Hi, I am designing a grid with cardview and rowlayout set to true.
However I have a remaining issue:
When I resize the width of a card, all other cards are also resized to the same width. How can I prevent this?
Who said I wanted something trivial? :)
You could use a CreationFilter to replace the CardAreaUIElement with a derived class, yes. But if you intend to do that in order to make variable-width cards, this will not be a trivial task.
Is it possible to inherit from a CardAreaUIElement and plug it in somehow instead of the standard UIElement, by using a creation filter?
I don't beleive you can. There is a style of variable height cards, but not variable width.
You should Submit a feature request to Infragistics