OK, this is how I handled this. I did some what Erel suggested but then so.
I Put a Panel OVER the whole screen (right now using Colors.ARGB(20, 0, 0, 32) as it's color)
Then I get the Touch's and set the scroll positions on the 3 different Scrolls. I try to snap to Columns / Rows if possible
The movement is not bad and it gives me what I need a N amount of fixed starting columns and a Fixed header that scrolls.
I might have to discard every N movement so it is not so touchy
It's a start of something, now I have to turn it into a complete Grid with all the flavors.
Thanks for all the help guys
BobVal
PS: Attaching latest version, in Release mode works real nice in Debug mode I have a lot of Log commands that make it a little sluggest.