How can I center the scrollToColumn in React Virtualized's Grid? -


scrolltocolumn guarantee grid's column visible. how can rendered it's centered in grid?

you can using scrolltoalignment property:

controls alignment scrolled-to-rows. default ("auto") scrolls least amount possible ensure specified row visible. use "start" align rows top of list , "end" align them bottom. use "center" align them in middle of container.

assuming you're using version 7.1.2+ property supported.


Comments

Popular posts from this blog

serialization - Convert Any type in scala to Array[Byte] and back -

matplotlib support failed in PyCharm on OSX -

python - Matplotlib: TypeError: 'AxesSubplot' object is not callable -