[Android] ComboBox
should initialize popup lazily
#8925
Labels
area/combobox
Categorizes an issue or PR as relevant to ComboBox
area/performance 📈
Categorizes an issue or PR as relevant to performance
area/popups 💬
Categorizes an issue or PR as relevant to popups or flyouts
difficulty/medium 🤔
Categorizes an issue for which the difficulty level is reachable with a good understanding of WinUI
kind/enhancement
New feature or request
project/layout 🧱
Categorizes an issue or PR as relevant to layouting and containers (Measure/Arrange, Collections,..)
project/navigation-lifecycle 🧬
Categorizes an issue or PR as relevant to the navigation and lifecycle (NavigationView, AppBar, ...)
The current behavior of the
ComboBox
class is to initialize its popup eagerly, we should investigate to see if we can do so lazily (when the popup is about to be opened).The text was updated successfully, but these errors were encountered: