I want to build a dynamic UI with C# on Pocket PC 2002 which has some Label.
The length of text is arbitrary. In .NET, there is a property "AutoResize"
on Label that will automatically adjust the height of Label to fix all the
text. Is there anyway to accomplish this in Compact .NET?
Thanks in advance,
ll