gpt4 book ai didi

WPF XAML : How to disable multi selection in a DataGrid?

转载 作者:行者123 更新时间:2023-12-03 07:07:42 25 4
gpt4 key购买 nike

在这样的 DataGrid 中:

<DataGrid  AutoGenerateColumns="False" Height="200" Name="dataGrid"
IsReadOnly="True" ItemsSource="{Binding CollectionView}" >
...
</Datagrid>

如何禁用多选功能?

(我确信这很简单,但我没有找到。)

最佳答案

设置DataGrid.SelectionMode :

<DataGrid SelectionMode="Single" ...

关于WPF XAML : How to disable multi selection in a DataGrid?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4890713/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com