﻿<?xml version="1.0" encoding="utf-8"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0"><channel><title>Intersoft Community - ClientUI - I can't position the GroupBox Control where I want to </title><link>http://www.intersoftsolutions.com/Community/ClientUI/I-cant-position-the-GroupBox-Control-where-I-want-to/</link><description /><generator>http://www.intersoftsolutions.com</generator><language>en</language><copyright>Copyright 2002 - 2015 Intersoft Solutions Corp. All rights reserved.</copyright><ttl>60</ttl><item><title>I can't position the GroupBox Control where I want to </title><link>http://www.intersoftsolutions.com/Community/ClientUI/I-cant-position-the-GroupBox-Control-where-I-want-to/</link><pubDate>Wed, 17 Nov 2010 21:51:01 GMT</pubDate><dc:creator>Glayaar</dc:creator><category>GroupBox Control</category><description>&lt;p&gt;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.&lt;/p&gt;&lt;pre&gt;&amp;lt;Intersoft:UXItemsControl HorizontalAlignment="Left" Margin="10,10,0,0" Name="uXItemsControl1" VerticalAlignment="Top"&amp;gt;&lt;br /&gt;    &amp;lt;Intersoft:UXItemsControl.ItemsPanel&amp;gt;&lt;br /&gt;        &amp;lt;ItemsPanelTemplate&amp;gt;&lt;br /&gt;            &amp;lt;StackPanel /&amp;gt;&lt;br /&gt;        &amp;lt;/ItemsPanelTemplate&amp;gt;&lt;br /&gt;    &amp;lt;/Intersoft:UXItemsControl.ItemsPanel&amp;gt;&lt;br /&gt;    &amp;lt;Intersoft:GroupBox Header="Group 1" &amp;gt;&lt;br /&gt;        ...&lt;br /&gt;    &amp;lt;/Intersoft:GroupBox&amp;gt;&lt;br /&gt;    &amp;lt;Intersoft:GroupBox Header="Group 2"&amp;gt;&lt;br /&gt;        ...&lt;br /&gt;    &amp;lt;/Intersoft:GroupBox&amp;gt;&lt;br /&gt;&amp;lt;/Intersoft:UXItemsControl&amp;gt;&lt;/pre&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description></item><item><title>I can't position the GroupBox Control where I want to </title><link>http://www.intersoftsolutions.com/Community/ClientUI/I-cant-position-the-GroupBox-Control-where-I-want-to/</link><pubDate>Wed, 17 Nov 2010 16:35:56 GMT</pubDate><dc:creator>kenrock12345</dc:creator><category>GroupBox Control</category><description>&lt;p&gt;Hello:&lt;/p&gt;
&lt;p&gt;   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?&lt;/p&gt;
&lt;p&gt;Thanks Kenrock&lt;br /&gt;&lt;/p&gt;</description></item></channel></rss>