I wonder if it's possible to make community toolkit popup size to get automatically set to the size of it's content? For example it contains a listview that is bound to the list of items. If I add new item in design time (not runtime) I can open the popup code-behind and make the popup longer like Size = new(200, 300);
-> Size = new(200, 350);
, but better if popup was smart enough to extend its size automatically right to size of it's content.
Just in case to clarify again: talking only about static content, its size does not change in runtime, but can do lots of experimentations with styling in design time, and do not want to update popup size each time along with it. Thanks