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

Revert "[Windows] Add TitleBar Control" #23844

Merged
merged 1 commit into from
Jul 26, 2024
Merged
Show file tree
Hide file tree
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

This file was deleted.

This file was deleted.

Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -135,9 +135,6 @@ protected override IEnumerable<SectionModel> CreateItems()
new SectionModel(typeof(WindowsReadingOrderPage), "Text Reading Order",
"This WinUI platform-specific enables the reading order (left-to-right or right-to-left) of bidirectional text in Entry, Editor, and Label instances to be detected dynamically."),

new SectionModel(typeof(WindowsTitleBarPage), "TitleBar",
"This WinUI platform-specific enables TitleBar customization."),

new SectionModel(typeof(WindowsRefreshViewPage), "RefreshView Pull Direction",
"This WinUI platform-specific enables the pull direction of a RefreshView to be changed to match the orientation of the scrollable control that's displaying data."),

Expand Down

This file was deleted.

2 changes: 1 addition & 1 deletion src/Controls/src/Core/Controls.Core.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>netstandard2.1;netstandard2.0;$(_MauiDotNetTfm);$(MauiPlatforms)</TargetFrameworks>
Expand Down
Loading
Loading