scrollbar between columns of a grid in wxpython Topic is solved

This forum can be used to talk about general design strategies, new ideas and questions in general related to wxWidgets. If you feel your questions doesn't fit anywhere, put it here.
Post Reply
User avatar
pikkip
Knows some wx things
Knows some wx things
Posts: 37
Joined: Mon Sep 26, 2016 6:08 am

scrollbar between columns of a grid in wxpython

Post by pikkip »

Is it possible to insert a scrollbar between two columns in a grid in wxpython??? :?
User avatar
doublemax
Moderator
Moderator
Posts: 19114
Joined: Fri Apr 21, 2006 8:03 pm
Location: $FCE2

Re: scrollbar between columns of a grid in wxpython

Post by doublemax »

What would that do, scroll one column vertically independent of the others?

Not possible.
Use the source, Luke!
Post Reply