Search found 1 match
- Mon Nov 25, 2024 7:06 pm
- Forum: VCL
- Topic: Mouse handling in TTree
- Replies: 0
- Views: 478
Mouse handling in TTree
Hello! In the TTree component I set the ScrollMouseButton to mbRight. If i right click on the TTree and drag it moves the entire workarea as expected. I also have an OnClickShape event where i check if it's a mbRight button pressed and if that's the case i show a popup menu. After selecting a functi...