<?xml version="1.0" encoding="utf-8"?>
<Application>
	<AppTitle>Untitled Application</AppTitle>
	<AppShortName>MyApp</AppShortName>
	<Author>Author name</Author>
	<Version>1.0</Version>
	<VariablesScanned>False</VariablesScanned>
	<PageWidth>640</PageWidth>
	<PageHeight>320</PageHeight>
	<AutoSizeWidth>False</AutoSizeWidth>
	<AutoSizeHeight>False</AutoSizeHeight>
	<HideScrollbars>False</HideScrollbars>
	<PublishPlatform>WebApp</PublishPlatform>
	<EmptyBuildFolder>False</EmptyBuildFolder>
	<AppIcon>C:\Users\sinli\OneDrive\Documentos\VisualNeoWeb\Libraries\img\default-icon.png</AppIcon>
	<CustomCSS>.dropdown-menu{
    height: auto;
    width:200px;
    max-height: 150px;
    overflow-x: hidden;
}</CustomCSS>
	<LanguageCode>en</LanguageCode>
	<DisplayMode>standalone</DisplayMode>
	<ServiceWorker>OfflineCopyOfPages</ServiceWorker>
	<ThemeColor>#000000</ThemeColor>
	<MobileOSTypes>[AndroidOS,iOS,WindowsPhoneOS]</MobileOSTypes>
	<WindowState>normal</WindowState>
	<TitleBar>True</TitleBar>
	<Sizeable>True</Sizeable>
	<MaximizeBtn>False</MaximizeBtn>
	<MinimizeBtn>True</MinimizeBtn>
	<SystemMenu>True</SystemMenu>
	<ContextMenu>False</ContextMenu>
	<AlwaysOnTop>False</AlwaysOnTop>
	<ShowInTaskbar>True</ShowInTaskbar>
	<SingleInstance>False</SingleInstance>
	<ChromeKioskMode>False</ChromeKioskMode>
	<Components>
		<FunctionList name="Subroutines"/>
		<LibraryList name="Libraries"/>
		<PageList name="Main">
			<Components>
				<Page id="NewPage">
					<Components>
						<Dropdown id="Dropdown1">
							<left>24px</left>
							<top>56px</top>
							<width>200px</width>
							<height>40px</height>
							<css_class>scrollable-menu</css_class>
							<caption>Choose an option</caption>
							<items>Abiu,Açaí,Acerola,Ackee,Apple,Apricot,Avocado,Banana,Bilberry,Blackberry,Blackcurrant,Black sapote,Blueberry,Boysenberry,Breadfruit,Buddha&apos;s hand (fingered citron),Cactus pear,Cempedak,Crab apple,Currant,Cherry,Cherimoya (Custard Apple),Chico fruit,Cloudberry,Coco De Mer,Coconut,Cranberry,Damson,Date,Dragonfruit (or Pitaya),Durian,Egg Fruit,Elderberry,Feijoa,Fig,Goji berry,Gooseberry,Grape</items>
							<variable>[option]</variable>
						</Dropdown>
						<Container id="Container1">
							<left>248px</left>
							<top>64px</top>
							<width>368px</width>
							<height>32px</height>
							<style>font-size:14pt;background-color:#fff</style>
							<html>Your option is: [option]</html>
						</Container>
						<Container id="Container2">
							<left>24px</left>
							<top>16px</top>
							<width>368px</width>
							<height>32px</height>
							<style>font-size:14pt;background-color:#fff</style>
							<html>Scrollable Dropdown sample:</html>
						</Container>
						<Container id="Container3">
							<left>456px</left>
							<top>144px</top>
							<width>176px</width>
							<height>168px</height>
							<style>background-color:#fff</style>
							<html>Just use this CSS:&lt;br&gt;&lt;br&gt;
&lt;code&gt;
.dropdown-menu{&lt;br&gt;
&amp;nbsp;&amp;nbsp;height: auto;&lt;br&gt;
&amp;nbsp;&amp;nbsp;width:200px;&lt;br&gt;
&amp;nbsp;&amp;nbsp;max-height: 150px;&lt;br&gt;
&amp;nbsp;&amp;nbsp;overflow-x: hidden;&lt;br&gt;
}
&lt;/code&gt;</html>
						</Container>
					</Components>
				</Page>
			</Components>
		</PageList>
		<PageList name="Master">
			<Components>
				<Page id="MasterPage"/>
			</Components>
		</PageList>
		<PageList name="Dialog">
			<Components>
				<Page id="NewDialog">
					<Components>
						<DialogContainer id="DialogContainer1">
							<left>0px</left>
							<top>0px</top>
							<width>640px</width>
							<height>480px</height>
							<close_button>False</close_button>
							<kind>custom</kind>
						</DialogContainer>
					</Components>
				</Page>
			</Components>
		</PageList>
	</Components>
</Application>
