Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
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 Go to previous messageGo to previous message
dolik.rce is currently offline  dolik.rce
Messages: 1791
Registered: August 2008
Location: Czech Republic
Ultimate Contributor

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

Honza

[Updated on: Fri, 30 November 2012 10:08]

Report message to a moderator

 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: moveable question
Next Topic: Changing EditFields from header files
Goto Forum:
  


Current Time: Fri Jul 04 16:12:51 CEST 2025

Total time taken to generate the page: 0.04041 seconds