Zt

Results 4 comments of Zt

https://github.com/lepoco/wpfui/blob/6212d2646c52a01624cc14ebfe1e209b073d99c2/src/Wpf.Ui/Styles/Controls/ListView.xaml#L45 Just try to change that line to this ```xml ``` and it seems to work (It's just that there aren't dividers of column) ![image](https://user-images.githubusercontent.com/103164490/186076982-eedebf5e-8b28-4cbb-bf6a-a6598fdb38f2.png) ```xml ``` ```xml ```

https://github.com/spectreconsole/spectre.console/blob/63b940cf0eb127a8cd891a4fe338aa5892d502c5/src/Spectre.Console/Widgets/Markup.cs#L110-L115 maybe somesthing here should be edited?

https://github.com/iNKORE-Public/UI.WPF.Modern/blob/89322a8d2d41683d42e9f623ee6129ac1c46ab58/source/iNKORE.UI.WPF.Modern/Controls/ScrollViewerEx.cs#L106-L115 ~~这段注释掉就正常了,但是不知道有无副作用~~ ~~有点难评但是管用~~ ~~个人感觉是`ScrollInfoAdapter.SetVerticalOffset(double offset)`执行动效的时候寄了~~

https://github.com/iNKORE-Public/UI.WPF.Modern/blob/89322a8d2d41683d42e9f623ee6129ac1c46ab58/source/iNKORE.UI.WPF.Modern/Themes/Styles/TextBox.xaml#L148-L163 (把`ScrollViewerEx`改成`ScrollViewer`也能正常滚到末尾