Skip to content

Commit

Permalink
Added public Redraw() method for redrawing slidable content layout (#303
Browse files Browse the repository at this point in the history
)

Co-authored-by: Eirik Hemstad <ehe@dips.no>
  • Loading branch information
GovermanGambo and Eirik Hemstad authored Mar 29, 2022
1 parent 54db73f commit 427b0ab
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,15 @@ public SlidableContentLayout()
Content = m_container;
m_container.IsClippedToBounds = true;
}

/// <summary>
/// Signals to the control that its content should be redrawn.
/// </summary>
public void Redraw()
{
ResetAll();
}

/// <summary>
/// <inheritdoc/>
/// </summary>
Expand Down

0 comments on commit 427b0ab

Please sign in to comment.