S
Steve Whine
Hello, I am trying to write a new LayoutEngine class following the
example given in the VS.NET 2005 help.
My problem is that TextBoxes always have their AutoSize property set to
'true' yet return a Width of 4 in GetPreferredSize().
In the help entry for TextBoxBase, it says "This property is not
relevant for this class", but how should LayoutEngine know this, and
know to discard the AutoSize information?
Thanks in advance,
Steve
example given in the VS.NET 2005 help.
My problem is that TextBoxes always have their AutoSize property set to
'true' yet return a Width of 4 in GetPreferredSize().
In the help entry for TextBoxBase, it says "This property is not
relevant for this class", but how should LayoutEngine know this, and
know to discard the AutoSize information?
Thanks in advance,
Steve