Loading User Information from Channel 9
Something went wrong getting user information from Channel 9
Loading User Information from MSDN
Something went wrong getting user information from MSDN
Loading Visual Studio Achievements
Something went wrong getting the Visual Studio Achievements
Victor Gaudioso talks Silverlight 4 with Murray Gordon at MIX10
May 13, 2010 at 8:09 PMNice to see you here
What's new in Silverlight 4 Part 1 by Mike Taulty
Apr 09, 2010 at 11:30 PMGreat Video Mike, hoping more mini videos of SL4
Thanks
Creating a modular application using Prism V2 - Screencast 1/4 : Creating a shell and modules
Oct 29, 2009 at 2:18 PMThanks a lot for posting videos and code.
Hi i am working on prism2 and trying to divide shell into region and it working fine with the following code:
Grid >
<Grid.RowDefinitions> <RowDefinition Height="Auto"/> <RowDefinition Height="*"/> </Grid.RowDefinitions>
<basics:TabControl Regions:RegionManager.RegionName="ResultsRegion" Grid.Row="1" Margin="3"/>
But when i want to change these (content or tabcontrols) to canvas ,grid or stackpanel im getting RegionCreationException was unhandled by user code error.
Same error when i tried directly to apply Regions to RowDefinition. ERROR::::(RegionCreationException was unhandled by user code)
Is there any conditions to divide shell and assign Control Or Panels to the regions of shell.
Thanks