AD
Administrator
Syncfusion Team
February 8, 2005 03:55 PM UTC
Hi Lori,
If you want to set the position of a bar in your code, you can directly access the bar control through MainFrameBarManager.GetBarControl. You can then modify the RowIndex property to change the location of the bar.
For example, to set bar1 in mainFrameBarManager1 to the top row:
this.mainFrameBarManager1.GetBarControl(this.bar1).RowIndex = 0;
Hope this helps.
Regards,
Gregory Austin
Syncfusion, Inc.