WPF controls include UserControls, which are composite collections of other controls, and CustomControls, which are controls built with WPF styles and templates.
I have a problem with handling mouse events on canvas. I want to draw on it using mouse and I've …
c# wpf wpf-controlsI was just trying uniform grid, how it works. Code : <UniformGrid Name="uniformGrid1" Rows="2" Columns="3"> <Button Content="…
wpf wpf-controls uniformgridOkay, in windows forms you can use .refresh() to cause a redraw event on an element. Is there a similar …
c# wpf wpf-controls redrawI want to be able to hide the header at the top of each grid column in a WPF ListView. …
.net wpf gridview listview wpf-controlsI would like to create the following behaviour in a ScrollViewer that wraps ContentControl: When the ContentControl height grows , the …
c# wpf .net-3.5 wpf-controlsI want to minimizing application to system tray using WPF. Is "NotifyIcon" is the only way to achieve this result? …
c# wpf windows wpf-controls notifyiconHow does one add a ContextMenu to a DataGrid? I want to be able to right click anywhere on the …
wpf datagrid wpf-controlsI'm having some trouble making the progress bar show the updates in real time. This is my code right now …
c# wpf wpf-controlsI'm displaying a very big tree with a lot of items in it. Each of these items shows information to …
.net wpf user-interface wpf-controls visibilityI'm having a problem right now where my WPF application hides anything below the fold when the window is too …
wpf xaml wpf-controls