Product: PowerShell Universal
Version: 4.4.0
Hello
Is there any way to tell that New-UDListItem is expanded or not ?
There is open property when you read that command by Get-UDElement but is rather connected to -open switch which does only ensure that menu is expanded at start.
What i want to achieve is to able to close menu when other is expanded
The best way to do it would be something like Accordion switch in New-UDExpansionPanelGroup but if i will be able to read state of UDListItem i think i can write some logic to do it by myslef