We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pagination控件中PageIndex前端更新了,绑定的数值没变化,我使用的有问题吗
<hc:Pagination Margin="5" HorizontalAlignment="Center" DataCountPerPage="{Binding PageSize}" DockPanel.Dock="Bottom" IsJumpEnabled="True" MaxPageCount="{Binding PageCount}" PageIndex="{Binding PageIndex}"> <hc:Interaction.Triggers> <hc:EventTrigger EventName="PageUpdated"> <hc:EventToCommand Command="{Binding PageUpdatedCommand}" PassEventArgsToCommand="True" /> </hc:EventTrigger> </hc:Interaction.Triggers> </hc:Pagination>
No response
None
The text was updated successfully, but these errors were encountered:
Mode=TwoWay 试试
Mode=TwoWay
Sorry, something went wrong.
No branches or pull requests
Describe the bug
Pagination控件中PageIndex前端更新了,绑定的数值没变化,我使用的有问题吗
Steps to reproduce the bug
Expected behavior
No response
Screenshots
No response
NuGet package version
None
IDE
No response
Framework type
No response
Windows version
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: