Share via


Richard is blogging

Richard Bailey, fellow Cider dev, is blogging...

...and starts off by letting us all know how to put a mnemonic on a label in WPF. Instead of "&mnemonic" its "_mnemonic" (ampersands don't work so well in XML), and instead of using TabIndex, the Label control has a Target property which specifies the control to activate.  Richard helped me figure out the syntax for binding the Target property to another UIElement defined somewhere else in XAML.