Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.