ios - Shonobi Data Grid scroll to a specific row -


i have 2 grid let grid , grid b. value of grid (1, 2, 3, 4, 5, ... 50) , in grid b (3, 5, 10, 25) .

i need when click row value 10 in grid b , grid automatically scroll row value 10 too. below code have been try :

gridroomstatus?.setcontentoffset(cgpoint.init(x: 0, y: 0), animated: true) self.gridroomstatus?.reloadcolumns(self.gridroomstatus?.columns) 

i have code make grid go top when grid b clicking. not still solve problem. cant specific point row specific value. in uitableview there tableview.rectforrow(at: indexpath) cant find similar function in shinobi data grid. how that? suggest , answer me. in advance.


Comments

Popular posts from this blog

python Tkinter Capturing keyboard events save as one single string -

android - InAppBilling registering BroadcastReceiver in AndroidManifest -

javascript - Z-index in d3.js -