Author Topic: Scrolling Panel...  (Read 5773 times)

secret_writer

  • Guest
Scrolling Panel...
« 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

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: Scrolling Panel...
« Reply #1 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.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ