<?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>1024</PageWidth>
	<PageHeight>2500</PageHeight>
	<AutoSizeWidth>False</AutoSizeWidth>
	<AutoSizeHeight>False</AutoSizeHeight>
	<HideScrollbars>False</HideScrollbars>
	<PublishPlatform>WebApp</PublishPlatform>
	<EmptyBuildFolder>False</EmptyBuildFolder>
	<AppIcon>C:\Users\sinli\Documents\VisualNeoWeb\Libraries\img\default-icon.png</AppIcon>
	<CustomCSS>.stickyposition{
   position:sticky!important;
}</CustomCSS>
	<LanguageCode>en</LanguageCode>
	<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>
	<startup>TopCenterApp</startup>
	<Components>
		<FunctionList name="Subroutines"/>
		<LibraryList name="Libraries"/>
		<PageList name="Main">
			<Components>
				<Page id="NewPage">
					<pageenter>.We need to move the Container outside of the current page.
MoveObjectIntoContainer &quot;Sticky&quot; &quot;ng-app&quot;</pageenter>
					<Components>
						<Container id="Container1">
							<left>48px</left>
							<top>168px</top>
							<width>384px</width>
							<height>384px</height>
							<style>background-color:#fff;border-style:solid;border-width:1px;overflow-y:auto</style>
							<Components>
								<Container id="Container7">
									<left>48px</left>
									<top>120px</top>
									<width>288px</width>
									<height>608px</height>
									<style>border-width:1px;border-style:solid;background-color:#fff;</style>
								</Container>
								<Container id="Container6">
									<left>0px</left>
									<top>0px</top>
									<width>384px</width>
									<height>80px</height>
									<style>background-color:#fff;border-bottom:1px solid black;padding-left:10px;padding-top:10px</style>
									<css_class>stickyposition</css_class>
									<html>This one is sticky too within its own Container</html>
								</Container>
							</Components>
						</Container>
						<Container id="Container2">
							<left>640px</left>
							<top>576px</top>
							<width>256px</width>
							<height>264px</height>
							<style>border-width:1px;border-style:solid;background-color:#fff;</style>
						</Container>
						<Container id="Container3">
							<left>112px</left>
							<top>1040px</top>
							<width>256px</width>
							<height>264px</height>
							<style>border-width:1px;border-style:solid;background-color:#fff;</style>
						</Container>
						<Container id="Container4">
							<left>640px</left>
							<top>1600px</top>
							<width>256px</width>
							<height>264px</height>
							<style>border-width:1px;border-style:solid;background-color:#fff;</style>
						</Container>
						<Container id="Container5">
							<left>88px</left>
							<top>2048px</top>
							<width>256px</width>
							<height>264px</height>
							<style>border-width:1px;border-style:solid;background-color:#fff;</style>
						</Container>
						<Container id="Sticky">
							<left>0px</left>
							<top>0px</top>
							<width>1024px</width>
							<height>88px</height>
							<style>background-color:#fff;border-style:solid;border-width:1px;padding-left:20px;padding-top:20px</style>
							<css_class>stickyposition</css_class>
							<html>This is a sticky positioned Container (See &lt;i&gt;Project &gt; Properties &gt; Styles&lt;/i&gt; and NewPage Code Tab)</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>1024px</width>
							<height>2500px</height>
							<close_button>False</close_button>
						</DialogContainer>
					</Components>
				</Page>
			</Components>
		</PageList>
	</Components>
</Application>
