WxForm Designer: How to enable scrollbars?

If you are using wxDev-C++ for your wxWidgets design, please ask your questions here instead of in IDE Related.
Post Reply
SoftwareDeveloper
In need of some credit
In need of some credit
Posts: 1
Joined: Tue Feb 14, 2023 5:46 am

WxForm Designer: How to enable scrollbars?

Post by SoftwareDeveloper »

As the size of the form is larger than the available space in the wxForm Designer, I would like to enable the scrollbar in the designer. Are there any instructions on how to do this?
ONEEYEMAN
Part Of The Furniture
Part Of The Furniture
Posts: 7449
Joined: Sat Apr 16, 2005 7:22 am
Location: USA, Ukraine

Re: WxForm Designer: How to enable scrollbars?

Post by ONEEYEMAN »

Hi,
Use sizers - it will make everybody life easier...

Thank you.
User avatar
doublemax
Moderator
Moderator
Posts: 19102
Joined: Fri Apr 21, 2006 8:03 pm
Location: $FCE2

Re: WxForm Designer: How to enable scrollbars?

Post by doublemax »

ONEEYEMAN wrote: Mon Feb 20, 2023 8:45 pm Hi,
Use sizers - it will make everybody life easier...

Thank you.
I think you missed the point of this post.
Use the source, Luke!
engineer
Earned a small fee
Earned a small fee
Posts: 15
Joined: Sun Aug 29, 2004 1:56 am
Location: Germany
Contact:

Re: WxForm Designer: How to enable scrollbars?

Post by engineer »

Any solution for this?
J
Post Reply