Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
45
Datagrid auto scrolls to the end of column
posted

Our application has 6 fixed left columns and an array off secondary data columns (scrollable). When viewing the data on an iPhope our grid is always offset to the end of the column causing the label to initially be hidden. (See screenshot for reference) As soon as we slide to reveal the label it is ok, so there is no issue with frames or anything of that nature. 

I have tried to make the gridview auto scroll to a view at position (0,0). I am curious as to what this could be. I have searched cell properties and grid properties to try and find something dealing with justification or cell alignment. Any help is much appreciated! 

Parents
  • 40030
    Offline posted

    Hi Mike!

    Hmm.. thats strange. You shouldn't have to do anything.. but yea setting the contentOffset property should work as well. 

    I tried reproducing the issue, but didn't have any luck. 

    I've attached my sample, can you try it out on your end and see if you can reproduce it?

    -SteveZ

    GridFixedColumn.zip
Reply Children