-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds IsLoading bindable property to pages and fixes SelectViewModelCo…
…mmand (#45) In Maui, the `IsBusy` property on pages now shows a loading indicator with no way to override that behavior. Since implementing apps may want their own loading indicator, this creates a new `IsLoading` property which the implementing app can choose to forward to `IsBusy` if it wants. Also fixes the SelectViewModelCommand so it passes the model instead of the view model to the `CanExecute` callback.
- Loading branch information
1 parent
8a9e0c8
commit 07558e4
Showing
2 changed files
with
19 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters