Profile Picture

can we customize the location of the nDiagramCommandBarmanager

Posted By ginnas k 12 Years Ago

can we customize the location of the nDiagramCommandBarmanager

Author
Message
Nevron Support
Posted 12 Years Ago
View Quick Profile
Supreme Being

Supreme Being (4,435 reputation)Supreme Being (4,435 reputation)Supreme Being (4,435 reputation)Supreme Being (4,435 reputation)Supreme Being (4,435 reputation)Supreme Being (4,435 reputation)Supreme Being (4,435 reputation)Supreme Being (4,435 reputation)Supreme Being (4,435 reputation)

Group: Forum Members
Last Active: Last Week
Posts: 3,054, Visits: 4,009
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;


Best Regards,
Nevron Support Team



ginnas k
Posted 12 Years Ago
View Quick Profile
Junior Member

Junior Member (13 reputation)Junior Member (13 reputation)Junior Member (13 reputation)Junior Member (13 reputation)Junior Member (13 reputation)Junior Member (13 reputation)Junior Member (13 reputation)Junior Member (13 reputation)Junior Member (13 reputation)

Group: Forum Members
Last Active: 12 Years Ago
Posts: 13, Visits: 1
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



Similar Topics


Reading This Topic