AutoResizeTextBox Example
· Sep 1, 02:34 PMAutoResizeTextBox is a little example that implements a StaticText-like control that expands vertically to accomodate text.
The implementation is a Canvas subclass, and so demonstrates some basic technique for writing a custom control. In addition to the subclassing, it exposes a new event, uses a computed property, and sets property list behavior. To see the editor, right-click on the class icon in the project tab and select "Property List Behavior...".
Commenting is closed for this article.