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 » U++ Library support » U++ Library : Other (not classified elsewhere) » Scroll Panel
Scroll Panel [message #60093] Thu, 17 August 2023 20:32 Go to next message
devilsclaw is currently offline  devilsclaw
Messages: 72
Registered: August 2022
Member
So in java they have JScrollPane which you can stick any control into to add scrolling.

Is there anything like this in U++ I know that U++ has scroll bars and what not but from what I can cell I would need to implement a custom draw routine if I just added a scrollbar to the control.
Re: Scroll Panel [message #60094 is a reply to message #60093] Thu, 17 August 2023 23:33 Go to previous messageGo to next message
Oblivion is currently offline  Oblivion
Messages: 1093
Registered: August 2007
Senior Contributor
Hi,

Quote:
So in java they have JScrollPane which you can stick any control into to add scrolling.

Is there anything like this in U++ I know that U++ has scroll bars and what not but from what I can cell I would need to implement a custom draw routine if I just added a scrollbar to the control.


If you need to scroll the paint area of a window, you can use relevant Ctrl methods (ScrollView etc).
However, if you need a scrollable pane that can contain child ctrls (so they can be scrolled), then there is AutoScroller in UppHub.

Best regards,
Oblivion


Re: Scroll Panel [message #60095 is a reply to message #60093] Fri, 18 August 2023 20:37 Go to previous message
devilsclaw is currently offline  devilsclaw
Messages: 72
Registered: August 2022
Member
Thanks the AutoScroller is what I needed.
Previous Topic: StringUnZip example needed
Next Topic: Outdated tools in Windows package
Goto Forum:
  


Current Time: Wed May 08 15:44:41 CEST 2024

Total time taken to generate the page: 0.02428 seconds