iSeller Commerce
iSeller POS Retail
iSeller POS F&B
iSeller POS Express
Crosslight
WebUI
ClientUI
What's New
Download Trial
Web Solution
Mobile Solution
Enterprise Solution
Custom Development
Blog
Community
Latest Development Blogs
ForumPostTopic
Browse By Tag
Hello:
I have a main UXItemsControl and I have my desired input fields within the GroupBox Control. Now I want to add another GroupBox control to the main UXItemsControl and I find it impossible to move the GroupBox control below the first GroupBox control. There does not seem to be any navigational dropdown menus to place the GroupBox control where it would be best suited. Can anybody help me?
Thanks Kenrock
I believe the ItemsPanel property is responsible for the layout panel of the UXItemsControl, in your case you could set the UXItemsControl ItemsPanel to use StackPanel so each items will be added below the previous item.
<Intersoft:UXItemsControl HorizontalAlignment="Left" Margin="10,10,0,0" Name="uXItemsControl1" VerticalAlignment="Top"> <Intersoft:UXItemsControl.ItemsPanel> <ItemsPanelTemplate> <StackPanel /> </ItemsPanelTemplate> </Intersoft:UXItemsControl.ItemsPanel> <Intersoft:GroupBox Header="Group 1" > ... </Intersoft:GroupBox> <Intersoft:GroupBox Header="Group 2"> ... </Intersoft:GroupBox></Intersoft:UXItemsControl>
or
Choose this if you're already a member of Intersoft Community Forum. You can link your OpenID account to your existing Intersoft Social ID.
Choose this if you don't have an Intersoft account yet. Your authenticated OpenID will be automatically linked to your new Intersoft account.
Enter your Wordpress Blogname