BLOGS BY TOPIC
BLOGS BY AUTHOR
BLOGS BY YEAR
Posted by Andy Brown on 23 March 2012
You need a minimum screen resolution of about 700 pixels width to see our blogs. This is because they contain diagrams and tables which would not be viewable easily on a mobile phone or small laptop. Please use a larger tablet, notebook or desktop computer, or change your screen resolution settings.
Missing Controls in WPF - "All Controls" Exclude Some!
More of a bloglet than a blog this, but it might help out someone who was in the same position as myself.
The Visual Studio Toolbox for WPF is confusing. Although the title of it is All WPF Controls, that's not what it contains!

There's definitely a Polygon tool, for example, in WPF, but you won't see it by default in this list (it should come just above the ProgressBar shown selected).
If you want to use a tool but can't see it, you need to choose different items:

Right-click on the All WPF Controls group in the Toolbox, and choose items as shown here.
You can then tick the tool you want to use:

You can tick the tool you want to use.
Visual Studio then adds this tool into the available list, although not in alphabetical order:

The Polygon control is - unhelpfully - added to the bottom of the list.
Hope that helped someone!