RVP
RVP

Reputation: 118

Pagination in wpf Grid

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

Answers (1)

Sajith Sageer
Sajith Sageer

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

Related Questions