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)
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.