Space between items in LongListMultiSelector

前端 未结 2 1463
情深已故
情深已故 2021-02-06 14:32

In my LongListMultiSelector, how can I set a vertical space between items such that it will not be covered by selection rectangle? Just adding a Margin like in XAML

2条回答
  •  别跟我提以往
    2021-02-06 15:21

    I had the same error with Primitives. To fix it I added this reference:

    xmlns:primitives="clr-namespace:Microsoft.Phone.Controls.Primitives;assembly=Microsoft.Phone.Controls.Toolkit"
    

提交回复
热议问题