ToolStripItem ordering.

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?
 
C

Chris Jobson

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top