Hello all,
I have a form on which I have a table layout panel. I add rows to the panel at runtime with various controls. When I add a row, I also add a flow layout panel (FLP) to one of the cells which contains 3 buttons.
When the user clicks a button, how do I determine the row of the table layout panel that the button’s FLP resides in? More simply, how do I find the button’s row?
Thanks in advance.
jps