Note that there are some explanatory texts on larger screens.

plurals
  1. POHidden features of WPF and XAML?
    text
    copied!<p>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? </p> <p>One I have found is the header click event of a ListView</p> <pre><code>&lt;ListView x:Name='lv' Height="150" GridViewColumnHeader.Click="GridViewColumnHeaderClickedHandler"&gt; </code></pre> <p>The GridViewColumnHeader.Click property is not listed.</p> <p><strong>Some of relevant features so far:</strong></p> <ul> <li><p><a href="https://stackoverflow.com/questions/1124769/hidden-features-of-wpf-and-xaml/1125555#1125555">Multibinding combined with StringFormat</a></p></li> <li><p><a href="https://stackoverflow.com/questions/1124769/hidden-features-of-wpf-and-xaml/1125815#1125815">TargetNullValue to bindings</a></p></li> <li><p><a href="https://stackoverflow.com/questions/1124769/hidden-features-of-wpf-and-xaml/1389166#1389166">TextTrimming property</a></p></li> <li><p><a href="https://stackoverflow.com/questions/1124769/hidden-features-of-wpf-and-xaml/1322077#1322077">Markup extensions</a> </p></li> <li><p><a href="https://stackoverflow.com/questions/1124769/hidden-features-of-wpf-and-xaml/1322340#1322340">Adding Aero effect to Window</a></p></li> <li><p><a href="https://stackoverflow.com/questions/1124769/hidden-features-of-wpf-and-xaml/1164548#1164548">Advanced "caption" properties</a></p></li> <li><p><a href="https://stackoverflow.com/questions/1124769/hidden-features-of-wpf-and-xaml/1405000#1405000">XAML Converters</a></p></li> </ul> <p><strong>See also:</strong></p> <ol> <li><a href="https://stackoverflow.com/questions/9033/hidden-features-of-c">Hidden features of C#</a></li> <li><a href="https://stackoverflow.com/questions/101268/hidden-features-of-python">Hidden features of Python</a></li> <li><a href="https://stackoverflow.com/questions/54929/hidden-features-of-asp-net">Hidden features of ASP.NET</a></li> <li><a href="https://stackoverflow.com/questions/161872/hidden-features-of-perl">Hidden features of Perl</a></li> <li><a href="https://stackoverflow.com/questions/15496/hidden-features-of-java">Hidden features of Java</a></li> <li><a href="https://stackoverflow.com/questions/102084/hidden-features-of-vb-net">Hidden features of VB.NET</a></li> <li><a href="https://stackoverflow.com/questions/61401/hidden-features-of-php">Hidden features of PHP</a></li> <li><a href="https://stackoverflow.com/questions/63998/hidden-features-of-ruby">Hidden features of Ruby</a></li> <li><a href="https://stackoverflow.com/questions/132241/hidden-features-of-c">Hidden features of C</a></li> <li><a href="https://stackoverflow.com/questions/tagged/hidden-features">And So On........</a></li> </ol>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload