Skip to content

Commit

Permalink
临时修复demo中button超出viewholder边界的问题,see #16
Browse files Browse the repository at this point in the history
  • Loading branch information
xtuzy committed Sep 18, 2023
1 parent 9af88ff commit 94aaf26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DemoTest/Pages/ViewModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -557,7 +557,7 @@ internal class ItemViewHolderSimple : MAUICollectionViewViewHolder
public ItemViewHolderSimple(View itemView, string reuseIdentifier) : base(itemView, reuseIdentifier)
{
ModelView = itemView as ModelViewSimple;
this.IsClippedToBounds = true;
ModelView.IsClippedToBounds = true;
this.Effects.Add(new TabEffect());
}

Expand Down

0 comments on commit 94aaf26

Please sign in to comment.