Elisy SCAB project has been migrated to Silverlight 3 SDK successfully. You can download the last revision at Downloads page.
Since 3rd version Silverlight includes better MVP pattern support. Using this feature SCAB sample application has been redesigned to access WidthPresenterResource presenter declared in Application.Resources. The resulting XAML is like this:
<UserControl
DataContext="{StaticResource
WidthPresenterResource}">
<StackPanel>
<TextBlock
Text="Bound Part example changed from Xaml"></TextBlock>
<TextBox
Text="{Binding
ServicePaneWidth,
Mode=TwoWay}"/>
</StackPanel>
</UserControl>
Be the first to rate this post
- Currently 0/5 Stars.
- 1
- 2
- 3
- 4
- 5