AppBar still visible

For the MainPage.xaml I can set the IsAppBarVisible to False.

Am I correct that this isn’t applied to the standard “home page” (where the Tiles are visible) when groups are used? As can be seen from the screenshot there are still icons visible in the AppBar. The screenshot is taken from a standard project, with only one device added. No other changes.

This is indeed a bug. You should not be seeing the AppBar on the Home page when IsAppBarVisible is set to False.

OK, thanks for the info. Will wait for an update then.