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
155
Fixed Rows
posted

Hi Folks,

i am happy NUCLIOS 2015 supports this feature and there is also a sample - but pure C.

Would it be possible to get a c# sample ?

It seems, i would have to overwrite some IGGridViewDataSourceHelper functions, but i don't get it ...

Thanks in advance

Gernot

Parents
  • 40030
    Offline posted

    Hi Gernot, 

    Are you currently using the IGGridViewDatSourceHelper in your project?

    If so, you don't need to override anything. 

    There is a new method, gridView:addFixedRowAtPath:  in C# the name is AddFixedRow

    so you would call it as dish.AddFixedRow(gridView, pathOfRowToFix)

    Thats it. 

    Hope this helps. 

    -SteveZ

Reply Children