Skip to content
Draft
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
Original file line number Diff line number Diff line change
Expand Up @@ -4848,7 +4848,7 @@ string GetMemberValue()
{
if (string.IsNullOrWhiteSpace(memberValue))
{
throw new InvalidOperationException($"The property value is invalid");
throw new InvalidOperationException($"The property value is invalid for {memberName} of type {propertyType?.Name}");
}

return memberValue!;
Expand Down
5 changes: 0 additions & 5 deletions src/Uno.UI/UI/Xaml/Controls/ScrollBar/ScrollBar.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -1042,9 +1042,4 @@
</Setter>
</Style>

<macos:Style TargetType="ScrollBar" BasedOn="{StaticResource XamlNoAnimationScrollBar}" />
<netstdref:Style TargetType="ScrollBar" BasedOn="{StaticResource XamlNoAnimationScrollBar}" />
<ios:Style TargetType="ScrollBar" BasedOn="{StaticResource XamlDefaultScrollBar}" />
<android:Style TargetType="ScrollBar" BasedOn="{StaticResource XamlDefaultScrollBar}" />

</ResourceDictionary>
5 changes: 0 additions & 5 deletions src/Uno.UI/UI/Xaml/Controls/ScrollViewer/ScrollViewer.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -326,9 +326,4 @@
</Setter>
</Style>

<macos:Style TargetType="ScrollViewer" BasedOn="{StaticResource DefaultScrollViewerStyle}" />
<netstdref:Style TargetType="ScrollViewer" BasedOn="{StaticResource DefaultScrollViewerStyle}" />
<ios:Style TargetType="ScrollViewer" BasedOn="{StaticResource NativeScrollViewerStyle}" />
<android:Style TargetType="ScrollViewer" BasedOn="{StaticResource NativeScrollViewerStyle}" />

</ResourceDictionary>
91 changes: 0 additions & 91 deletions src/Uno.UI/UI/Xaml/Controls/TwoPaneView/TwoPaneView_rs1.xaml

This file was deleted.

130 changes: 0 additions & 130 deletions src/Uno.UI/UI/Xaml/Controls/TwoPaneView/TwoPaneView_v1.xaml

This file was deleted.

Loading
Loading