AnotherKiwi
AnotherKiwi
I'm getting an error when `base.OnInitialized(e);` in the `MultiSelectTreeViewItem.OnInitialized()` method executes: `MS.Internal.Xaml.Parser.GenericTypeNameParser.TypeNameParserException occurred HResult=0x80131500 Message=Prefix 'Controls' does not map to a namespace. Source=System.Xaml StackTrace: at MS.Internal.Xaml.Parser.GenericTypeNameParser.Callout_FoundName(String prefix, String name) `...
First, many thanks for this excellent control! I'm having trouble, though, gaining access in my viewmodel to the SelectedItems property. I haven't been able to get binding to work (probably...
I'm getting an 'Instance not within any layout' error when I try to split the root layout defined in my main window's XAML. The main window is declared as: Button...