Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: secret_writer on September 17, 2009, 06:43:16 pm

Title: Scrolling Panel...
Post by: secret_writer on September 17, 2009, 06:43:16 pm
Hey!  I'm pretty new to wxSmith... and I've been trying to figure out how to create a scrolling panel.

There is the wxScrollBar, but I can't seem to get that to connect to the window I want to have scroll, and wxScrolledWindow seems like it should be exactly what I need, but it has been acting very peculiarly... not really working at all.

What I'm really looking for is a decent way to create scrolling panels.  If I could fill a panel with textboxes and labels, then make it scroll... I would be very grateful!

Does anyone know how to do this?  Are there any tutorials or places I should be looking.

(I have found the tutorials on wiki... haven't had much success finding other wxSmith tutorials... so, any help would be greatly appreciated!)

 :D
Title: Re: Scrolling Panel...
Post by: MortenMacFly on September 18, 2009, 08:35:10 am
Does anyone know how to do this?  Are there any tutorials or places I should be looking.
I suggest reading the open book of Julian Smart available on the wxWidgets webpage.
Notice that this is hardly related to Code::Blocks. There is an excellent forum at shadownet (http://wxforum.shadonet.com) for such questions related to wxWidgets development.