I have seen "AutoExample4" ,in that one there is an example for Loading New Layout in scrollview (Setup Example).Is it possible to Load New Layout in Horizontal scrollview.Pls advise.
Loading a layout onto a HorizontalScrollView is exactly the same as loading a layout onto a vertical ScrollView or onto the a ScrollView2D. HorizontalScrollView1.Panel.LoadLayout("MyLayout")
and adjust the width of the internaé Panel HorizontalScrollView1.Panel.Width = xxx similar to the height for vertical ScrollView.