<Alloy>
	<Window>
		<ScrollableView id="scroller">
			<View backgroundColor="#a00">
				<Label onClick="addView">View 1</Label>
			</View>
			<View backgroundColor="#0a0">
				<Label>View 2</Label>
			</View>
			<View backgroundColor="#00a">
				<Label>View 3</Label>
			</View>
		</ScrollableView>
	</Window>
</Alloy>
