Condition Binding Attribute Not Working?
问题 I've been struggling with this code for some time now and can't seem to find any complete answers to my question. I've created a small sample to illustrate the problem: <ListView > <ListView.ItemsPanel> <ItemsPanelTemplate> <StackPanel Margin="0,0,20,0" IsItemsHost="True" /> </ItemsPanelTemplate> </ListView.ItemsPanel> <ListView.Items> <TextBlock>Test1</TextBlock> <TextBlock>Test2</TextBlock> <TextBlock>Test3</TextBlock> <TextBlock>Test4</TextBlock> <TextBlock>Test5</TextBlock> </ListView