nlampi / SwiftGridView

Swift based data grid view.
MIT License
58 stars 15 forks source link

Allow only horizontal scrolling #66

Open niksdgr8 opened 2 years ago

niksdgr8 commented 2 years ago

I have a requirement where I need the data grid to scroll only horizontally and extend its height in case new row is added to the view. Can anyone please help with this?