I have a problem : (
I have two grids both of which have scrollbars which as i understand it, are automatically handled by wxGrid.
What i need is to bind the scrollbars so when one is moved to a certain position the other one should move there too.
So i'm guessing it needs to be something like this -
Code:
EVT_SCROLL(self.grid, self.OnScroll()) #self.grid is one grid
Leave a comment: