Unplanned
Last Updated: 09 Oct 2024 09:19 by Mark
Mark
Created on: 09 Oct 2024 09:19
Category: RichTextBox
Type: Feature Request
0
RichTextBox: Improve the double-click behavior when the MouseDoubleClickThreshold is bigger than MouseDragThreshold
   

To reproduce set he following properties: 

MouseSelectionHandler.DoubleClickTime = 1000;
MouseSelectionHandler.MouseDragThreshold = 2;

MouseSelectionHandler.MouseDoubleClickThreshold = 60;

0 comments