Top "Wpf-controls" questions

WPF controls include UserControls, which are composite collections of other controls, and CustomControls, which are controls built with WPF styles and templates.

How to Programmatically show a WPF/C# Windows.Control.ToolTip?

There doesn't seem to be a .Show() kind of method for the Windows.Control.ToolTip, incl in ToolTipService.

.net wpf-controls tooltip
WPF - choose startup window based on some condition

When running my program by clicking Run or pressing Ctrl + F5, is it possible to open different windows based on …

c# .net wpf wpf-controls
How to implement Balloon message in a WPF application

We would like to use balloon messages as described in the UX Guide from Microsoft. I found some samples which …

.net wpf user-interface xaml wpf-controls
WPF - How to style the menu control to remove the left margin?

I have added a default menu control to my user control. I need to style the menu to remove the …

wpf wpf-controls styling
Adding children to UserControl

My task Create a UserControl which should be able to contain any visual child which is available in WPF, the …

c# wpf user-controls wpf-controls
How to set margin for inner controls of WrapPanel

Here is an example that I'm using: <Window x:Class="WpfApplication2.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/…

wpf wpf-controls
Checkbox with DataGrid WPF

I am trying to create a DataGrid in WPF 4.0 using MVVM... Features required - Muti - Select rows using a …

wpf mvvm wpf-controls wpfdatagrid wpf-4.0
Make my wpf application Full Screen (Cover taskbar and title bar of window)

I would like to make my application such that it can maximize to full screen means it hide the windows …

c# wpf wpf-controls fullscreen
How do I refresh visual control properties (TextBlock.text) set inside a loop?

With each loop iteration, I want to visually update the text of a textblock. My problem is that the WPF …

wpf wpf-controls binding inotifypropertychanged
Multi-column Tree-View in WPF

Anyone know where I can get a control like the Multi-column Tree-View in WPF?

wpf treeview wpf-controls