alternetsoft / AlternetUI

MIT License
24 stars 2 forks source link

ControlsSample : treeview, listview, listbox issue when allow edit label #30

Closed neoxeo closed 1 year ago

neoxeo commented 1 year ago

When you check or "allow label edit" , you can modify label, but when you check other option like "allow multiple selection", modified label removed and replaced by original label

generalloki commented 1 year ago

Fixed for TreeView and commited to master. For ListView still need to be fixed. It is a bug in control. ListBox doesn't have AllowEditing so doesn't need to be fixed.

generalloki commented 1 year ago

Fixed for ListView. So this issue is completely fixed