Re: GetColumn problem

Ivan Zlatev <[email protected]>
Newsgroups gmane.comp.gnome.winforms
Message-ID <[email protected]>
On Wed, Sep 16, 2009 at 5:08 PM, PFJ <[email protected]> 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  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-winforms-list
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.