-
Notifications
You must be signed in to change notification settings - Fork 128
Open
Description
I have been using the FeatureFormView and in general I find it an incredibly useful tool.
However, I am finding one problem that the binding process of the FeatureForm can really take a long time
var featureForm = new FeatureForm(feature);
Log.Debug("new FeatureForm");
FeatureForm = featureForm;
Log.Debug("Binding FeatureForm"); //This takes a long time
_ = await FeatureForm.EvaluateExpressionsAsync();
Log.Debug("EvaluateExpressionsAsync");
Can take 8 or more seconds with a larger form. Even with a relatively simple form it can take a couple seconds. And during this load time the app (UI Thread) really freezes up. I have played with a bunch of different ways to navigate to get around this without success.
Metadata
Metadata
Assignees
Labels
No labels