Dave Relyea's Silverlight Layout Controls
One of the topmost questions about Silverlight has been the lack of layout controls and TextBox. Dave Relyea has put together a great set of sample layout controls for Silvelight in C#. The controls in his project are:
- Layout framework
- LayoutControl and LayoutContainerControl base control classes
- Border
- StackPanel
- Grid
- Label
- Button (XAML courtesy of Mike Harsh)
- TextBox
Check out Dave's post for more information on this. This is very cool indeed.