wxPropertyGrid size problem Topic is solved

If you are using the main C++ distribution of wxWidgets, Feel free to ask any question related to wxWidgets development here. This means questions regarding to C++ and wxWidgets, not compile problems.
Post Reply
Ronald
Super wx Problem Solver
Super wx Problem Solver
Posts: 306
Joined: Mon Mar 05, 2018 4:17 am

wxPropertyGrid size problem

Post by Ronald »

  • Set size in wxPropertyGrid::wxPropertyGrid works, why doesn't wxPropertyGrid::SetSizer work?
  • How to make the height of wxPropertyGrid fit perfectly, i.e. no vertical scrollbar & no extra blank at the bottom of the control
ONEEYEMAN
Part Of The Furniture
Part Of The Furniture
Posts: 7459
Joined: Sat Apr 16, 2005 7:22 am
Location: USA, Ukraine

Re: wxPropertyGrid size problem

Post by ONEEYEMAN »

Hi,
Did you try the propgrid sample?

Thank you.
Post Reply