Hi
I have added a mouse button handler to a RadTreeView in the TreeView's Loaded function like so:
tv.AddHandler(RadTreeViewItem.MouseLeftButtonDownEvent, new MouseButtonEventHandler(this.radTreeView_MouseLeftButtonDown), true);
but when I set my project to use the 2011 Beta libs this event seems to be getting triggered twice for every click, but it is only triggered once in the previous libs.
Is this a new problem that has been introduced, or known / expected behaviour?
Thanks
I have added a mouse button handler to a RadTreeView in the TreeView's Loaded function like so:
tv.AddHandler(RadTreeViewItem.MouseLeftButtonDownEvent, new MouseButtonEventHandler(this.radTreeView_MouseLeftButtonDown), true);
but when I set my project to use the 2011 Beta libs this event seems to be getting triggered twice for every click, but it is only triggered once in the previous libs.
Is this a new problem that has been introduced, or known / expected behaviour?
Thanks