The LoadingSpinner
property can have the following values:
LoadingSpinner.None
: No spinner is displayed.
LoadingSpinner.Controls
: A spinner is displayed only while controls are being loaded.
LoadingSpinner.Data
: A spinner is displayed only while data is being loaded.
Try using "LoadingSpinner.Controls" to see if that helps.
One thing I have done in the past is to place Rectangle or other control such as a Label over the Front of all the Controls like this:
- Label3: Control: Label Properties: Align: =Align.Center Fill: =RGBA(255, 255, 255, 0.7) Height: =Parent.Height Width: =Parent.Width |