Hello,
I'm trying to use a
SfListView to show a list of items. Each of the items has a SfListView with
other items on it, e.g. a list of orders with a list of ordered products.
I want to show a
list with all the orders and all of the products like this.
Order1
Product1
Product2
Product3
Order2
Product1
Product2
Order3
Product1
When I try this all
my "Order"-items are shown in the same size no matter how many
Product items are in the order. I have tried it with AutoFitMode for both the
list but without any success. Would it be possible to provide a sample for this
case?
Kind regards
Frank