Search found 2 matches
- Thu Dec 19, 2024 4:40 pm
- Forum: VCL
- Topic: Mouse handling in TTree
- Replies: 1
- Views: 3377
Re: Mouse handling in TTree
Hi Mikael Maybe you could use TTree.CancelMouse in the MouseMove event to stop the "sticky mouse". If you add a state variable " mbRightIsPressed " to your form and set it in the Tree.OnMouseDown event handler: mbRightIsPressed := (Button = TMouseButton.mbRight); and reset the variable in the Tree.O...
- Thu Dec 19, 2024 9:43 am
- Forum: VCL
- Topic: Performance Issue with Grid Lines and PenStyle psDot
- Replies: 1
- Views: 481
Performance Issue with Grid Lines and PenStyle psDot
Hello Steema Support, I am experiencing significant performance degradation when enabling minor grid lines in TChart. Here are the details: - TChart Version: 2023.38.230607 - Delphi Version: Delphi 11 - Operating System: Windows 11 Enterprise Description: When I enable minor grid lines in a TChart, ...