Reputation: 118
Is there any control available for Pagination in WPF as that of Bootstrap in Web??? If not than what is the way to do Pagination in WPF Grid-Control?? Not only Grid ,if there any other option apart from this then please suggest.
Thankyou.
Upvotes: 0
Views: 540
Reputation: 173
There are no controls in WPF with built in Pagination. The thing that comes close is a DataGrid.
This is a good example of pagination using DataGrid. You can modify as per your requirements.
Upvotes: 1