Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Status panel resize? 1

Status
Not open for further replies.

pierrotsc

Programmer
Nov 25, 2007
358
US
I created 3 panels in my status bar but i need to make them bigger. Each time i click on one, i select the status bar and not the panel. How do i extend the panel to fit the text i'm trying to display inside?
Thanks.
PO
 
The StatusBar control has a Panels[] property. In the Object Inspector, highlight that property and you'll see it has an ellipsis (...) button. Click on it, and you'll get the TStatusPanel items. You can select any of them and set 7 properties, including Width.

You could also do this through code (YourStatusBar.Panels.Width := integer)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top