Hello,
I am currently working for an IT firm which has a subscription to FGX Native. I, however don't have a personal subscription so I couldn't write in the other forums.
I hope someone can help me either way.
About my problem: I am using a TfgPageControl and dynamically add buttons on one of the pages. Swiping between the pages is not possible unless I touch the spaces inbetween the buttons.
It is almost like the buttons are eating up the gesture, so long as their HitTest property is set to 1.
Is there a way to make the swipe gestures work in TfgPageControl through the buttons?
In the sample projects I found a solution to this was building custom "buttons" using TfgLayout, but I prefer using the real buttons because I love the tapping animations.
Any help is appreciated.