You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The code when a node is checked is overly complex, because Virtual Treeview supports pending check state changes both for keyboard and for mouse. This causes problems like #790 and #285 or makes feature request like #745 unnecessary complex to implements. Neither Windows Explorer nor the Windows ListView common control has or supports these pending check states.
I don't see a significant benefit in them and vote for removing them and making the behavior similar to Windows Explorer and the ListView common control.
Proposed changes:
Remove tskeyCheckPending and tsMouseCheckPending
Remove FCheckNode and FPendingCheckState
Apply check state change on key / mouse button down
The text was updated successfully, but these errors were encountered:
The code when a node is checked is overly complex, because Virtual Treeview supports pending check state changes both for keyboard and for mouse. This causes problems like #790 and #285 or makes feature request like #745 unnecessary complex to implements. Neither Windows Explorer nor the Windows ListView common control has or supports these pending check states.
I don't see a significant benefit in them and vote for removing them and making the behavior similar to Windows Explorer and the ListView common control.
Proposed changes:
tskeyCheckPending
andtsMouseCheckPending
FCheckNode
andFPendingCheckState
The text was updated successfully, but these errors were encountered: