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.

WPF toolkit for tile listview

I need to create tiles of well formatted buttons, something like the Windows 8 start page. Is there any toolkit available …

wpf wpf-controls wpftoolkit
Telerik vs Infragistics vs DevX? WPF 3rd party controls. (Grid)

I have used Telerik WPF Rad controls v10, they are good. But didn't used it's RadGrid. And also I haven't …

wpf-controls devexpress telerik-grid infragistics
[WPF]How to draw a grid on canvas?

How to draw the following chart as a background on custom canvas inherited from Canvas - system ui element? Thanks …

c# .net wpf wpf-controls wpf-4.0
WPF automatic resize font until it fits within parent control

I have a user control who's root element is a Grid. I also have have a ContentControl that serves as …

wpf wpf-controls font-size
WPF Custom Controls Construction,Triggers and Events

I want to build a new custom control. I found few tutorials that gave me some clue of how to …

c# .net wpf wpf-controls custom-controls
WPF ListBox ItemsSource StaticResource/Binding question

Given the following code: <Window x:Class="WpfApplication76.Window1" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="…

wpf wpf-controls binding staticresource
How to display html content converted into xaml flowdocument in wpf application

My objective is to display html content in wpf application. I use brwoser control but this always goes on top …

c# wpf-controls webbrowser-control flowdocument
Changing "active content" security settings on WPF WebBrowser control

I'm putting together a WPF application that will allow users to view PowerPoint files through the WebBrowser control, once the …

wpf activex wpf-controls
Serilog GUI for desktop

Serilog is a logging library that has Sinks (adapters) to many log viewing/analysis services (like Glimpse or Loggly). That …

winforms logging wpf-controls desktop-application serilog
How to get RTF from RichTextBox

How do I get the text in RTF of a RichTextBox? I'm trying to get like this, but the property …

c# .net wpf wpf-controls richtextbox