Hello:
I have a UIgrid with a clipping panel.
I am making a kind of tutorial and I want to move the grid to the left by code.
For this, I am using UIScrollView.MoveRelative
The problem is that, after this, when I close the window and open it again, the grid looks broken.
So the question is:
Which is the best way to move a Clipping panel with a grid by code?
If it is MoveRelative, I am probably doing something else wrong.
Thank you very much.