Try this to duplicate the possible bug:
1. Drag a tablelayoutpanel on a form inside the VS 2005 IDE.
2. Make it two rows and two columns.
3. Put a textbox in the seond column on the seond row
4. Set the textbox's columnspan = 2.
Since the default grow behavior of the tablelayoutpanel is to add rows, our
textbox will now move to the newly-added row to occupy two columns.
Everything is fine, right? But wait, we cannot drag our textbox to anywhere
any more. No matter how hard you try, the textbox will stay in the
newly-added row. This behavior seems not right to me. Is this by design?
Could you please check this out, Martin?
Alan
Jim Hughes - 21 Feb 2006 13:25 GMT
I've noticed the same behaviour.
But you can change the Row and Column properties of the textbox and it will
move appropriately.
> Try this to duplicate the possible bug:
>
[quoted text clipped - 13 lines]
>
> Alan
Alan - 21 Feb 2006 16:56 GMT
Jim, thanks for your replay. But how did you make it? I've tweaked the row &
column property of the textbox and won't make it happen.
Don't you think it's a bug of the TableLayoutPanel (TLP) control? I cannot
I'm using the TLP on a custom designer. Seems it's very cubersome to
programmically change each controls' row and column...
Alan
> I've noticed the same behaviour.
>
[quoted text clipped - 18 lines]
> >
> > Alan