Hello,
I am working with docking containers and splitter controls in my latest app.
For this application I've created one docking container that can contain n splitter controls(keeping in mind the number of splitters that can be viewed at any given resolution).
The user would like to be able to click on a specific cell and have an event execute some other logic. The cell is part of a row and the row is on a specific splitter control. I have already implemented the event logic needed to determine when a click is made.
The problem I have is determining which splitter control the click came from when I have more than one splitter control on the screen. I'd like to know some different ways to determine this. Ideally, I would like to get the information that is in the cell and use that information to find my data in an internal table.
Thank you for your help.