Invalidates mesure at modification
This commit is contained in:
parent
9a9685ed5b
commit
5033a8ceaf
1 changed files with 2 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ using System.Collections.Generic;
|
|||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
using System.Windows.Input;
|
||||
using Xamarin.Forms;
|
||||
|
||||
namespace BookAStar.Pages
|
||||
|
|
@ -15,6 +15,7 @@ namespace BookAStar.Pages
|
|||
{
|
||||
InitializeComponent();
|
||||
BindingContext = model;
|
||||
InvalidateMeasure();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue