Home » Community » Newbie corner » hiding the vertical scrollbar of LineEdit Ctrl
Re: hiding the vertical scrollbar of LineEdit Ctrl [message #38093 is a reply to message #38090] |
Fri, 30 November 2012 09:25   |
|
navi wrote on Fri, 30 November 2012 08:29 | But in case you find a better way that ONLY hides the Vertical Scrollbar, Please leave a reply on this thread. It might come in handy for me and others in future.
|
Sure, it should be simple, the scrollbars in ScrollBars are publicly accessible, so this should hide only the vertical one:
void HideScrollBar(){
sb.y.NoAutoHide();
sb.y.Hide();
}
Don't you love it how the U++ interface is uniform across all the widgets?
Honza
[Updated on: Fri, 30 November 2012 10:08] Report message to a moderator
|
|
|
Goto Forum:
Current Time: Fri Jul 04 16:12:51 CEST 2025
Total time taken to generate the page: 0.04041 seconds
|