Nevron Forum

can we customize the location of the nDiagramCommandBarmanager

https://www.nevron.com/Forum/Topic6794.aspx

By ginnas k 1 - Monday, August 6, 2012

hai

in our application can we customize the location of the nDiagramCommandBarmanager that is i wanted to show oeach tool bars of this controls to be appeared inside desired locations and container controls
is it possible or it should be like that only wherever it appears first

thanks in advance..

regards
ginnas
By Nevron Support - Monday, August 6, 2012

Hi,

To put a NDockingToolbar on specific row in NCommandBarsManager you need to set toolbar’s RowIndex property. For example if you set RowIndex = 2 the toolbar will reside on the 3rd row.
The order of the toolbars in the same row depends on the position of the toolbars in NCommandBarsManager.Toolbars collection.

For example to put the 3rd toolbar in NDiagramCommandBarsManager to reside next to the 2nd one you should do the following:
nDiagramCommandBarsManager1.Toolbars[2].RowIndex = 1;