Skip to content

Commit 00eb162

Browse files
ArlodotexeCopilot
andcommitted
Update components/Extensions/src/ListViewBase/ListViewExtensions.StretchItemContainer.cs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent c63efee commit 00eb162

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

components/Extensions/src/ListViewBase/ListViewExtensions.StretchItemContainer.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ public static partial class ListViewExtensions
2020
/// <param name="obj">The <see cref="ListViewBase"/> to get the associated <see cref="ItemContainerStretchDirection"/> from</param>
2121
/// <returns>The <see cref="ItemContainerStretchDirection"/> associated with the <see cref="ListViewBase"/></returns>
2222
public static ItemContainerStretchDirection? GetItemContainerStretchDirection(ListViewBase obj)
23-
=> (ItemContainerStretchDirection)obj.GetValue(ItemContainerStretchDirectionProperty);
23+
=> (ItemContainerStretchDirection?)obj.GetValue(ItemContainerStretchDirectionProperty);
2424

2525
/// <summary>
2626
/// Sets the stretch <see cref="ItemContainerStretchDirection"/> associated with the specified <see cref="ListViewBase"/>

0 commit comments

Comments
 (0)