Skip to content

Commit 835c10b

Browse files
fixed tabsControl initial layouting
1 parent 2896efe commit 835c10b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

PanCardView/Controls/TabsControl.cs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,12 @@ protected override void OnParentSet()
255255
{
256256
BindingContext = Parent;
257257
}
258+
259+
}
260+
261+
protected override void OnBindingContextChanged()
262+
{
263+
base.OnBindingContextChanged();
258264
ResetItemsLayout();
259265
}
260266

0 commit comments

Comments
 (0)