Railroad, implement GridView in answer zone
Closed, ResolvedPublic

Description

At present answer zone is based on Row, it is difficult to implement keyboard navigations in rows and may lead to errors in transversing answer zone and sample wagons grid as a single element and an extra element for feedback needs to be created.
To avoid this, implement GridView in the answer zone to display wagons and use its properties like moveCurrentIndexUp(), moveCurrentIndexLeft(), etc for navigation and highlight property to use as a feedback.