PageNumbersCount depending on available size

In my solution (Blazor WASM) I would like to use a RazenDataList with a RazenCard as template. On top and/or bottom of the list I would like to use Paging. This part has been implemented.

The question I have is whether it is possible to adjust the PageNumbersCount according to avalable screen size, since this page could be shown on a mobile phone (portrait) or a landscape oriented big screen. How to achieve this?

Such functionality is not supported out-of-the-box. You will need most probably to handle resize event of the window and calculate it.