Hi,
Let me explain my case. I try to set spreadsheet control with just 10 columns to avoid horizontal scrolling, for that I used the property columnCount = 10 but this works just if I set the property scrollMode = normal.
The thing is that I need to use scrollMode like infinitive because I need set the property allowVirtualScrolling like true because I'm using that to create some stuffs like dropdowns on demand and for that I'm using virtual scrolling and avoid that spreadsheet work very slowly.
Any suggestions about how to set the columns number (for my case just 10 columns) without set the property scrollMode = normal?
I'm working with the version 17.1.0.38.
Thanks and regards!