Impressive. It'll take me a bit longer to understand what is actually going on:)
This is *really* useful. This example should be included in the next build. Thanks, jez. ----- Original Message ----- From: Steve Pick To: Jez White ; Win32-GUI Sent: Friday, January 16, 2004 7:24 PM Subject: Re: [perl-win32-gui-users] Scroll bar example Oh, sorry, bugfix, line 83 add: $scrollarea->Left(0 - $scrollwindow->ScrollPos(0)); Helps if you keep tracking the scrollbar during resize :) This stops weird behaviour if you scroll then resize the window. Steve