enisn / UraniumUI

Uranium is a Free & Open-Source UI Kit for MAUI.
Apache License 2.0
1.19k stars 143 forks source link

BlazorWebView in tabview not filling container #724

Open RPFourie opened 4 months ago

codychaplin commented 4 months ago

Can confirm on Android too. Looks like it's supposed to be set here: https://github.com/enisn/UraniumUI/blob/181f131285ee92e58df6ce1af81671f5d6f9e1ee/src/UraniumUI.Material/Controls/TabView.BindableProperties.cs#L26 and you can set it like so:

<material:TabView TabHeaderItemColumnWidth="*">

It does work when setting it to a number, but setting it to * doesn't work.