Making sticky wx.grid.Grid columns?

Hi all,

Does anyone know if there is a way to designate that a wx.grid.Grid column should be “sticky” (remain visible during horizontal scrolling of the grid?)

I would like to have two columns always visible.

Any ideas?
Keith

Hi all,

Does anyone know if there is a way to designate that a wx.grid.Grid
column should be "sticky" (remain visible during horizontal scrolling of
the grid?)

No, wxGrid does not support that.

I would like to have two columns always visible.

Any ideas?

Others have done this by having two grids side-by-side that use the same data table. One would display only the two columns and the other would display all but the two columns. The tricky part is keeping their scrolling in sync.

···

On 10/15/11 6:20 AM, Keith Hughitt wrote:

--
Robin Dunn
Software Craftsman