You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/HorusStudio.Maui.MaterialDesignControls/Controls/TopAppBar/MaterialTopAppBar.cs
+21Lines changed: 21 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -58,6 +58,7 @@ public enum MaterialTopAppBarType
58
58
/// </example>
59
59
/// <todoList>
60
60
/// * [iOS] The scroll animation has lag by the headline size change
61
+
/// * [iOS] When using <c>ScrollViewName</c> for collapse/expand animation and setting a <c>Description</c> that wraps to more than one line, layout issues may occur. It is recommended to set <see cref="DescriptionLineBreakMode">DescriptionLineBreakMode</see> to <see cref="LineBreakMode.TailTruncation">LineBreakMode.TailTruncation</see> in this scenario.
61
62
/// </todoList>
62
63
publicclassMaterialTopAppBar:Grid
63
64
{
@@ -76,6 +77,7 @@ public class MaterialTopAppBar : Grid
0 commit comments