I have a user control in WPF.I have a button control within the control.I want the control to fade in and out when the mouse enters and leaves the control.The p开发者_如何学JAVAroblem is when the mous
Hi I\'d like to make a simply user control <UserControl x:Class=\"TestDependencyProps.controls.TestControl\"
I have a problem setting a Property on the main thread from another thread. This is what i do at the moment:
I\'m trying to understand how binding works between the view model and page controls when on a \'New Item\' page. For example:
I\'m writing a module for a prism application that we do not control. The requirement is to show a web browser control in one of the regions. Unfortunately, each window derives from a CustomWindow cla
I have a list of objects contained in an IEnumerable<>. I would like to set the visibility of a control based on the count of this list. I have tried:
Edit 2 : This is what i want to do with only 1 treeview : my treeview with outlook style http://img204.imageshack.us/img204/8218/sansreju.jpg
I am trying to build a custom Silverlight ItemsControl. I want the users of this control to add items using XAML. The items will be other UI elements. I would like to add a margin around all added ite
In my application I build a TreeView by a binding. The ItemSource contains a list of items of type X.
I have a button with a context menu, but I just can get the ContextMenuOpening event to triger. <Button Name=\"a_button\"