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++ Widgets - General questions or Mixed problems » Could anyone create a small example with the new ScrollArea?
Re: Could anyone create a small example with the new ScrollArea? [message #3009 is a reply to message #3008] Wed, 03 May 2006 11:14 Go to previous messageGo to previous message
fudadmin is currently offline  fudadmin
Messages: 1321
Registered: November 2005
Location: Kaunas, Lithuania
Ultimate Contributor
Administrator
Then I would kindly to ask you a brief description of how to use those methods in Ctrl.h
	void        ScrollView(const Rect& r, int dx, int dy);
	void        ScrollView(int x, int y, int cx, int cy, int dx, int dy);
	void        ScrollView(int dx, int dy);
	void        ScrollView(const Rect& r, Size delta)    { ScrollView(r, delta.cx, delta.cy); }
	void        ScrollView(Size delta)                   { ScrollView(delta.cx, delta.cy); }
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Borderless always-on-top non-modal window
Next Topic: how to add runtime StaticText and hook mouse events for it
Goto Forum:
  


Current Time: Fri Jun 06 11:02:59 CEST 2025

Total time taken to generate the page: 0.04782 seconds