An updated button that appears and acts like a hyperlink but is really a button with no borders but respects the enabled / disabled and all the visual states. * link should be disabled / grayed out if not enabled or if command guard is not enabled * could manage the 'visited' as a pressed (not interested in that for me, I just like the simple visual). * the samples/demos homeview provides a nice example where the long text is highlighted and presents the hand icon. The re-styling is however 6 pages long and cumbersome to copy as it references other parts of the sample project (I tried)
DropDownButton is leaking.
A button with state that looks like a switch. We have created a SDK sample demonstrates how to style a RadToggleButton to look like a Toggle-Switch button. You can find the example in out SDK repository(https://github.com/telerik/xaml-sdk/tree/master/Buttons/ToggleSwitchButton)
Property values are inherited from the logical parent and not visual parent (as in SL). Thus ContentPresenter and ContentControls children doesn't get the new Foreground property. This can not be workarounded with VisualStates, but Triggers only Reason for declination: WPF limitation
Clicking on the RadSplitButton in XAML opens the designer unexpectedly Available in LIB version: 2015.1.0309