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
If you bind to a field, e.g. <List Width="{SomeWidth}"> that field does not get it indicated as set, (IsSet bool for that field is not set to True), which in the above case gives rise to a bug where the List thinks its width hasn't been set and so it it sets it to 100%.
The text was updated successfully, but these errors were encountered:
If you bind to a field, e.g.
<List Width="{SomeWidth}">
that field does not get it indicated as set, (IsSet bool for that field is not set to True), which in the above case gives rise to a bug where the List thinks its width hasn't been set and so it it sets it to 100%.The text was updated successfully, but these errors were encountered: