Skip to content

Commit 3035da1

Browse files
committed
chore: (core/ExpanderAnimationsHelper) update XML docs for InitializeExpanderState
1 parent abd23a9 commit 3035da1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/iNKORE.UI.WPF.Modern/Controls/Helpers/ExpanderAnimationsHelper.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,14 +120,14 @@ private static void OnExpanderExpandedOrCollapsed(object sender, RoutedEventArgs
120120
/// This method sets the expander content to the appropriate state (collapsed or expanded)
121121
/// immediately to prevent visual flashing during load.
122122
/// </summary>
123-
/// <param name="expander">The expander control to initialize.</param>
124123
/// <remarks>
125124
/// This method is called during the initial load of the expander to avoid triggering
126125
/// layout updates and animations that would cause the content to briefly render at
127126
/// full size before collapsing. For collapsed expanders, it sets visibility directly
128127
/// to Collapsed. For expanded expanders, it ensures visibility is Visible and resets
129128
/// any transforms to identity without animation.
130129
/// </remarks>
130+
/// <seealso href="https://github.com/iNKORE-NET/UI.WPF.Modern/issues/402"/>
131131
private static void InitializeExpanderState(Expander expander)
132132
{
133133
// On initial load, set the content to the appropriate state immediately

0 commit comments

Comments
 (0)