roubachof/Sharpnado.CollectionView

ColumnCount affects itemwidth if list has only one element.

SwarupaKM opened this issue · 1 comments

Platform (please complete the following information):

  • OS:Both

Describe the bug
Here is the scenario, I set default column count to 1. And change it for iPad/Tab to 2/3 depending on Portrait or Landscape mode. App works nicely till I hit a case where list has only one element. Then I see only one column by default overriding my setting of number of columns.

To Reproduce
Steps to reproduce the behavior:
Set Default ColumnCount to 1
Reset it programmatically to 2/3
Use list with one item as item source.

Would need a repro sample for that.