You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This has nothing to do with the TabControl directly. This is more of an issue withe the custom template. The TabControl'S content is wrapped inside a ScrollViewer and that is shared by all tabs. So to get your desired behavior the ContentTemplate needs to use a ScrollViewer instead.
Ah, I actually looked for that in the DevTools window but I guess I missed it. This issue should probably be move to the XamlControlsGallery repo then.
Environment
Observed with XamlControlsGallery (with a slightly modified version to use the latest Avalonia CI build.)
Windows 10 2004
Steps to reproduce
Expected behavior
The page starts out at the top
(This is the behavior if you go straight to the Layout page.)
Actual behavior
The page is already scrolled down slightly
The text was updated successfully, but these errors were encountered: