Assuming collapsed is required, the following 2 results were found.
I have a report that specifies some room bookings for a particular week. When I open the report, each drilldown row is collapsed (as opposed to expanded). The user can specify the date as it's a report parameter. What we want The user will select a...
Win32 Constantshttps://joellipman.com/articles/automation/autohotkey/win32-constants.html
= $00000080 Const STATE_SYSTEM_DEFAULT = $00000100 Const STATE_SYSTEM_EXPANDED = $00000200 Const STATE_SYSTEM_COLLAPSED = $00000400 Const STATE_SYSTEM_BUSY = $00000800 Const STATE_SYSTEM_FLOATING = $00001000 ;// Children "owned" Not "contained" by...