Folks,
How to position elements in groupbox in ribbon control?
Thanks in advance..
Hello,
I have been looking into your post and the items in Tab groups position in the order they are declared by default.
You can look through the following link below that presents an approach how to specify the order using the SortOrder property :
http://help.infragistics.com/NetAdvantage/WPF/2011.2/CLR4.0/?page=xamRibbon_Specify_a_SortOrder_for_Tools_in_a_ToolHorizontalWrapPanel.html
If you have any other questions feel free to ask.
as you siad. I tried to put grid control and used textbox inside.
but when i run the project controls inside the grid displays on all the tab selections. its not bound to any one tab.
any ideas?
I have been looking into your issue and I have tried to reproduce your scenario and it seems that the grid displays only on the tab where is declared as expected.
I am sending you my sample project(RibbonGroupBoxElementPositioning.zip) that demonstrates all that I mentioned above.
Please let me know if you require any further clarifications on the matter.