File tree Expand file tree Collapse file tree
components/Extensions/src/ListViewBase Expand file tree Collapse file tree Original file line number Diff line number Diff 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"/>
You can’t perform that action at this time.
0 commit comments