I try to make a ScrollBox component work in a certain way, but have some minor issues which i can't get resolved:
1) I have a scrollbox with a lot of TLabel and TDBEdit components in it. When I mouse wheel to scroll it works, but when the mouse pointer is over one of the TLabels or TDBEdits it won't scroll anymore. Since the ScrollBox is filled with componente, scrolling only works when I'm over the scrollbar on the side, which isn't really user friendly. Is there a way for the ScorllBox to react to the mousewheel action, even when another component is in the way?
2) Same ScrollBox, other problem: when I tab through the DBEdit components, eventually my cursor ends up in the hidden part of the scrollbox, and the scrollbox doesn't automatically follow the focussed DBEdit field. Is there a solution for this?