On Wed, Sep 16, 2009 at 5:08 PM, PFJ <pjohns...@uclan.ac.uk> wrote:
>
> int col = lesson.GetPositionFromControl((TableLayoutPanel)sender).Column;
> int row = lesson.GetPositionFromControl((TableLayoutPanel)sender).Row;
>
> is also giving -1 for both (as does
> GetRow/GetColumn((TLP)sender).Row/Column)
>
> ??? What is going on?

You are asking the tablelayoutpanel for the column and row (the cell)
fo the tablelayoutpanel :). You need to supply an argument that is a
child control of the tablelayoutpanel.

Kind Regards,
Ivan Zlatev
http://ivanz.com
_______________________________________________
Mono-winforms-list maillist  -  Mono-winforms-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-winforms-list

Reply via email to