alternetsoft / AlternetUI

MIT License
20 stars 2 forks source link

TreeView related issues #53

Open generalloki opened 11 months ago

generalloki commented 11 months ago

Here we collect all TreeView related issues.

generalloki commented 11 months ago

This need to be implemented without Dictionaries

    internal class NativeTreeViewHandler : TreeViewHandler
    {
        private readonly Dictionary<IntPtr, TreeViewItem> itemsByHandles =
            new Dictionary<IntPtr, TreeViewItem>();
generalloki commented 10 months ago

BUG: TreeView MouseUp event not raised from wxControl when mouse is over item (only works when mouse up on white space) Seen on windows