Hidden features of WPF and XAML?

Posted by Sauron on Stack Overflow See other posts from Stack Overflow or by Sauron
Published on 2009-07-14T11:19:55Z Indexed on 2010/06/15 4:22 UTC
Read the original article Hit count: 374

Here is a large number of hidden features discussed for variety of languages. Now I am curious about some hidden features of XAML and WPF?

One I have found is the header click event of a ListView

<ListView x:Name='lv' 
      Height="150" 
      GridViewColumnHeader.Click="GridViewColumnHeaderClickedHandler">

The GridViewColumnHeader.Click property is not listed.

Some of relevant features so far:

See also:

  1. Hidden features of C#
  2. Hidden features of Python
  3. Hidden features of ASP.NET
  4. Hidden features of Perl
  5. Hidden features of Java
  6. Hidden features of VB.NET
  7. Hidden features of PHP
  8. Hidden features of Ruby
  9. Hidden features of C
  10. And So On........

© Stack Overflow or respective owner

Related posts about wpf

Related posts about subjective