Search found 2 matches

by Lenfors
Sun Jun 22, 2025 7:32 am
Forum: VCL
Topic: Selected color in TTreeView
Replies: 2
Views: 1635

Selected color in TTreeView

Hello! This forum has been unused for a long time but i'll give it a try :D We use TTreeView in an application and it worked great for years, now since last 6 months we got complaints from customers that the selected nodes are barely distinguishable. We would like to have the background color for se...
by Lenfors
Mon Nov 25, 2024 7:06 pm
Forum: VCL
Topic: Mouse handling in TTree
Replies: 1
Views: 20215

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 funct...