> Is there any difference between DrawArea and ScrollArea when using
> painted=true and the draw_event ?
> Can i set the drawable area bigger than the controls size
> (ScrollArea.W, ScrollArea.H) ?
> If i draw e.g. a line over the extends of width and heigth the scrollbars
> does not appear as i expected.
> 
> Any kind of example clearing the behavior of ScrollArea is highly
> apreciated. Thanks wally
> 
> 

ScrollArea is a DrawingArea with scrollbars. But you must tell the ScrollArea 
the area size by calling its ResizeContents() method. Otherwise you will never 
see the scrollbars!

-- 
Benoît Minisini

------------------------------------------------------------------------------
AppSumo Presents a FREE Video for the SourceForge Community by Eric 
Ries, the creator of the Lean Startup Methodology on "Lean Startup 
Secrets Revealed." This video shows you how to validate your ideas, 
optimize your ideas and identify your business strategy.
http://p.sf.net/sfu/appsumosfdev2dev
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to