I am wondering how I can have MouseInteractGeneral:= [miScroll] and still be able to click and select the red and white line. The red and white line act as a slider and should be able to move when I select it.
I tried to set MouseInteractGeneral:= [] in MouseDown event but it still enable scrolling... I need the scrolling when not moving the slider. Any ideas? The slider is selected when mouse pointer is within 10 pixels from it and mousebutton is pressed.