There is a little problem when using wxGrid. Grid contains many rows, so vertical scroll bar is visible always. Columns are resized automatically in OnSize event handler. They are resized so, that there is extra space after last column and before vertical scroll bar. When whole grid is resizing, than in some places horizontal bar appeares. It appears independently of width of the extra space setted. For example it appeares when extra space width is 5 pixels or more, or when 12 pixels or more. However if extra space width is more than 15 pixels, the horizontal scroll bar is only flashes some times. [wxMSW 2.8.0, WindowsXP, VC6.0 SP5]
↧