Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已将默认单元格样式设置为 warpmode=true 和 autosizerowsmode=true 但是当我输入时仍然是结果:
http://www.siz.co.il/my/knzmjjzy4hm1.png
但我的目标是:(用户输入时自动)
http://www.siz.co.il/my/ohkm2yngyzzn.png
你试过设置UpdateSourceTrigger吗PropertyChanged?
UpdateSourceTrigger
PropertyChanged
例如:
<DataGridTextColumn Header="" Binding="{Binding Text, UpdateSourceTrigger=PropertyChanged}" />