I'm trying to write align a control in a StatusStrip. How can I do that?
I don't see a property to set on ToolStripItem controls that specifies their physical alignment on the parent StatusStrip.
|
I'm trying to write align a control in a I don't see a property to set on |
|||||
|
|
Found it via MSDN forums almost immediately after posting :) You can use a |
|||||||||||||||
|
|
As an added note this is due to the fact that in the Win32 API a cell is either fixed width or fills the remaining space -1
If memory serves me correctly you can have only one fill cell (-1) per statusbar. You could also add a third middle cell and give this the fill property to get a more concistent looking StatusBar. Consistent because Messages has an inset to its left right where you'd expect it. A bit like the mspaint shot found on the MSDN page for StatusBars I like the creative appreach though :D |
|||
|
|