delphi - How to use TFramedScrollBox correctly with Touchscrolling, if there are Buttons inside? -


i have derived tframedscrollbox implement in component class constructs me on given dimension (x , y) buttons onto framedscrollbox. works fine. touchscrolling on object works fine, if property touch.pan set true. can scroll on buttons , "touching" or "tapping" buttons click event happens right after touch. derived component, component, used on application, because need be.

the problem(s)

the given app running in fullscreen mode on win 8 systems necessary our business. in above explained situation not possible tap buttons fast after others, because click events don't rises. , logic behind not necessary. 1 problem... if switch form none fullscreenmode touch on different buttons rises click event immediatly wished. have discovered if above mentioned property pan set false, on fullsceenmode every touch click rises event scrollbox don't scrolls touch gesture...

now comes question in title...

ps. if wished can send simple sample...


Comments

Popular posts from this blog

javascript - AngularJS custom datepicker directive -

javascript - jQuery date picker - Disable dates after the selection from the first date picker -