I just want to have two content panes positioned on top of each other equally by default or as the screen loads but i can't find or figure out the code to do it. the "Location" property of the contentpane doesn't seem to work as i expect it to.
Please see the attached screenshot of what i'm trying to accomplish.
thanks for the help.
wow, that was unusually easy. I feel like my IQ range just got bumped down 10 points. Funny, because the sample code I'm looking at has the orientation set to "Horizontal". I was looking at the wrong tag.
I hope you guys don't mind me asking these simple questions every now and then.
Thank you so much. That worked!
Hi pidong,
I suppose you have taken that picture from one of the samples that are available on the website, right? If you want to arrange the panes as they appear in the attached photo you should use DocumentContentHost, more information about you could find on the following link - http://help.infragistics.com/NetAdvantage/Silverlight/2011.2/CLR4.0/?page=xamDockManager_Working_With_the_DocumentContentHost.html.
Basically there are tree types of panes - ContentPane, SplitPane and TabGroupPanes. DocumentContentHost is containing TabGroupPanes, which are containing ContentPanes.
In your particular scenario i recommend you to have two different TabGroupPanes arranged vertically (use Orientation property of DocumentContentHost) and each TabGroupPane is containing only single ContentPane. Let me know if that post is answering your need!
Regards,
Nikola.