Hello,
I'm trying to implement a (Kanban style) BoardView. It's similar to CardView (grouped cards, with drag&drop functionality), but i need a custom layout method: horizontal groups (columns), and vertical items (cards). So i was trying to inherit from ListView (like a CardView), but i cant override internal methods and properties.
I want to inherit from a theme-supported class (CardView/ListView ), not directly from radControl.
Any suggestions?
Thanks!