WPF分页控件
这是依照网上找的资料自行修改,原来的实现很复杂,代码也很多还需要为控件赋数据源,我现在只需要为它赋值一个总条数就行了。先有一个按钮控件,就是分页上面按钮的图标<UserControlx:Class="FYJ.Winui.Pager.ImageButton" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:mc=" [...] 阅读全文