[UWP][XAML] ListView child item not using full width

后端 未结 2 1063
日久生厌
日久生厌 2021-01-06 03:30

I\'m trying to display a list of bound items. I\'ve customized the datatemplate to be a grid and I want the right column (that has a fixed width) to stick to the right side

2条回答
  •  迷失自我
    2021-01-06 04:00

    A friend helped me find this which means this question is now a duplicate since it's the same thing:

    ListViewItem won't stretch to the width of a ListView

    Just for clarity though, here was the takeaway code that solved my problem:

    
            
    
    

提交回复
热议问题