Add Overflow button visibility state

This commit is contained in:
TheXamlGuy
2024-07-12 22:49:57 +01:00
parent b552aac82e
commit b4112eca76
2 changed files with 14 additions and 2 deletions
@@ -287,6 +287,8 @@ public class Overflow :
secondaryCollection.Insert(insertIndexInSecondary, item);
}
PseudoClasses.Set(":overflow", secondaryCollection is { Count: > 0 });
});
}