News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

Scrolling Panel...

Started by secret_writer, September 17, 2009, 06:43:16 PM

Previous topic - Next topic

secret_writer

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

MortenMacFly

Quote from: secret_writer on September 17, 2009, 06:43:16 PM
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.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]