Group: Forum Members
Last Active: 12 Years Ago
Posts: 127,
Visits: 1
|
Want to force the position of the NDockingToolBar when use Show(). e.g. force to be shown on the first-top row Thanks,
|
Group: Forum Members
Last Active: Last Month
Posts: 139,
Visits: 184
|
Hello JSW W., As I mention in the previous post you need to set the value of RowIndex property of the NDockingToolbar to the position that you want to be displayed. In this case 0. Regards, Angel.
|
Group: Forum Members
Last Active: 12 Years Ago
Posts: 127,
Visits: 1
|
Thank you. Also how to force it to the left most or the right most when there are many commandbars?
|
Group: Forum Members
Last Active: Last Month
Posts: 139,
Visits: 184
|
Hello JSW W., To display more than one NDockingToolbar on same row you need to set RowIndex property of each tool bar to same value. The order of the toolbars depends of the order of the toolbars in the NCommandBarsManager.Toolbars collection. Regards, Angel.
|