wxGrid: scrollbar problems

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
murali.hegde
In need of some credit
In need of some credit
Posts: 1
Joined: Mon Nov 05, 2018 8:57 am

wxGrid: scrollbar problems

Post by murali.hegde »

Hi,

I am developing application using wxwidgets. I have derived my own class from wxGrid. When I minimize the main window, which has grid inside(actually grid is placed inside a panel and frame will host the panel), the scroll bar of grid disappears. I expect the scroll bar also should get small as I go on minimizing the main window. Any idea how to fix this problem ?
ONEEYEMAN
Part Of The Furniture
Part Of The Furniture
Posts: 7459
Joined: Sat Apr 16, 2005 7:22 am
Location: USA, Ukraine

Re: wxGrid: scrollbar problems

Post by ONEEYEMAN »

Hi,
The usual stanza:
1. Which platform?
2. Which wx version?
3. Which toolkit (if applicable)?
4. How did compile the library? (configure, makefile, IDE)
5. Any non-standard options used when building the library?
6. What compiler did you use?
7. Did you use different options when building the library and applications? This include not just wx options but compiler one as well?
8. Are you able to reproduce the problem in the grid sample? If yes - what did you do exactly?

Thank you.
Post Reply