I am building a custom UserControl which would allow me to place text inside a ProgressBar. The problem is, none of the ProgressBar\'s DependencyProperties get transferred over. Here is the XAML for m
I currently have a data template I apply to cells to get them styled a certain way: <DataTemplate x:Key=\"percentageCellContentTemplate4\">
I have a ResourceDictionary that contains strings: <ResourceDictionary xmlns:x=\"http://schemas.microsoft.com/winfx/2006/xaml\"
I am using this question/answer as source code for my current need. It works fine but I can select my radiobutton only once. Here is my code :
I have a TabControl that can contain a TabControl in each TabItem. There is the xaml-code: <TabControlHeight=\"300\" Width=\"500\" MouseWheel=\"TabControl_MouseWheel\">
My questionis how can we writec#code replace the xaml for binding validation? for examplethe xaml <TextBox.Text>
I\'ve tried many ways to manage RenderTransform within ScrollViewer (Windows Phone 7 Silverlight), but it seems to me almost impossible now. What I got is Grid with with its sizes inside ScrollViewer
This is the code to reproduce this issue: xaml: <Window x:Class=\"WpfApplication1.MainWindow\" xmlns=\"http://schemas.microsoft.com/winfx/2006/xaml/presentation\"
Let me provide you more details. The situation is I\'m working on a user control and I\'ve got a dependency object where receives a enum. Depending of the value, must show a button or not.
I have created a UserControl called ImageButton, and I am using a DropShadowEffect on MouseOver to show the button as \'active\'. However, I cannot seem to bind the Color property of my DropShadowEffe