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?
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
Is it possible to inherit from a CardAreaUIElement and plug it in somehow instead of the standard UIElement, by using a creation filter?
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.
Who said I wanted something trivial? :)
Okay. But when I said "not trivial", what I really meant was "incredibly complex and difficult (and maybe not even possible) and I certainly wouldn't want to have to try to write that code." :)
But if you are going to attempt it, I wish you the best of luck.