Using a lot of SfTab Components on a razor page, when it is rendered the scroll downs automatically to the last one SfTab component.
For example, I have like 15 SfTab components on a page. When I navigate to the page the scroll automatically goes down to the last SfTab Component and that is not expected because I want the user to look at the page from the beginning I tried setting OnLoad to Demand but the behavior persists.