Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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.