WPF controls include UserControls, which are composite collections of other controls, and CustomControls, which are controls built with WPF styles and templates.
I need to create tiles of well formatted buttons, something like the Windows 8 start page. Is there any toolkit available …
wpf wpf-controls wpftoolkitI 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 infragisticsHow 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.0I have a user control who's root element is a Grid. I also have have a ContentControl that serves as …
wpf wpf-controls font-sizeI 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-controlsGiven the following code: <Window x:Class="WpfApplication76.Window1" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="…
wpf wpf-controls binding staticresourceMy objective is to display html content in wpf application. I use brwoser control but this always goes on top …
c# wpf-controls webbrowser-control flowdocumentI'm putting together a WPF application that will allow users to view PowerPoint files through the WebBrowser control, once the …
wpf activex wpf-controlsSerilog 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 serilogHow 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