NativeScript-Grid-View icon indicating copy to clipboard operation
NativeScript-Grid-View copied to clipboard

Feature: rowSpan and colSpan

Open m-abs opened this issue 8 years ago • 1 comments

Similar to using the GridLayout it would be very useful to let a single item in the grid span more than one row or column.

Relates to #30

m-abs avatar Oct 10 '17 19:10 m-abs

Done some research and seems with the default provided layout managers for both iOS and Android this will not be possible. So a custom layout manager should be implemented.

Android: https://stackoverflow.com/questions/37006115/android-recyclerview-with-gridlayoutmanager-make-item-span-multiple-rows

iOS: https://github.com/PeterStaev/RFQuiltLayout

PeterStaev avatar Feb 25 '18 08:02 PeterStaev