ToolStripItem ordering.

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am dynamically creating toolstrips and was wondering if their is a way to
specify item ordering. The default seesm to be that Items are displayed in
the order they are added. What if I wanted to be able to insert an item
between existing items?
 
Damian said:
I am dynamically creating toolstrips and was wondering if their is a way to
specify item ordering. The default seesm to be that Items are displayed in
the order they are added. What if I wanted to be able to insert an item
between existing items?

I think the Toolstrip.Items.Insert method will do what you want.

Chris Jobson
 
Back
Top