wxAUI panes resizing

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
kali
In need of some credit
In need of some credit
Posts: 1
Joined: Wed Jan 13, 2016 2:19 pm

wxAUI panes resizing

Post by kali »

Hi,
I created few wxAUI panes to draw multiple graphs on them. They are all placed horizontally one below another, non floatable, window wide. I have problem during resizing, because changing size of one also affects sash position of other panes. Any ideas how to prevent it? if i turn on wxAUI_MGR_LIVE_RESIZE thing go even worse.
Post Reply