Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dotnetmaui.md #9458

Merged
merged 2 commits into from
Aug 14, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions release-notes/9.0/preview/preview7/dotnetmaui.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Here's a summary of what's new in .NET MAUI in this preview release:

* [Introduction of `HybridWebview`](introduction-of-hybridwebview)
* [Introduction of `HybridWebview`](#introduction-of-hybridwebview)
* [New `TitleBar` Control and `Window.TitleBar` for Windows](#new-titlebar-control-and-windowtitlebar-for-windows)
* [`CollectionView` & `CarouselView` improvements with a new opt-in handler for iOS and Mac Catalyst](#collectionview--carouselview-improvements-with-a-new-opt-in-handler-for-ios-and-mac-catalyst)
* [Ability to bring a `Window` to the foregrond with `ActivateWindow`](#activatewindow-added-to-bring-a-window-to-foreground)
Expand Down Expand Up @@ -253,7 +253,11 @@ The `TitleBar.Content` and `TitleBar.LeadingContent` are extremely customizable

Here is an overview of different settings in action:

![Video showing different settings on a title bar on Windows](./media/titlebar.mp4)


https://github.com/user-attachments/assets/2623e4a0-27b5-45b1-bbe8-59ddb2f2ab14



## `ActivateWindow` Added to bring a `Window` to foreground

Expand Down
Loading