I have an ItemsControl whose ItemsSource I assign (via code) an ObservableCollection (lets call it Items) of INotifyPropertyChanged objects (data model). This data model has a PointCollection property
I have a few user controls that need to be shared between multiple Silverlight 4 project. I am creating a new project that defines those controls in a namespace called [appname].[UI]
Hi i want to achieve some thing like a groupbox with controls insideit and there will be a rectangle border around that with a caption on top left where border is hidden for that area.
I\'m using the DataPager control in XAML as follows: <Grid.ColumnDefinitions> <ColumnDefinition Width=\"1*\" />
I have a ProgressbarStyle in which I add a TextBlock-Control to the Grid \"DeterminateRoot\". This TextBlock should display a Status-Text, which I change manually in CodeBehind and this works already.
I have created a custom control which I am using multiple times on the page. I checked value at the Loaded event.
I am working with Silverlight 4.0 and I have used Clipboard(System.Windows) class for copying error from the site.
In my Silverlight application I want to show a child window wh开发者_StackOverflow社区ich prompts the user if he want to leave the page or stay.
I m getting error after running the application \"error:Sys.InvalidOperationException: ImageError error #4001 in control \'ctl00_ContentPlaceHolder1_Xaml\': AG_E_NETWORK_ERROR\"
We have a Silverlig开发者_开发百科ht application with a RadRibbonBar at the top. The user can collapse it (not Visibility.Collapse) to just the menus with a double-click.