11-17-2008 04:25 PM
When we open the new sequence file in TestStand the Setup and Cleanup section are collapsed.
Is there any property or method or option which user can set so that depending on user selection the Setup and Cleanup sections will be displayed in expand or collapsed form.
Thanks in advance,
Vidula11-24-2008 11:05 AM
Hi Vidula,
It appears that the ability to expand each of the groups (Setup, Main, Cleanup) is not exposed through the API. However, you can allow only one group to be displayed at a time by changing the StepGroupMode property. Perhaps this will be of use in your application.
11-24-2008 03:42 PM
Jessica,
The StepGroupMode is for ExecutionViewMgr.
Is there anything similar to this for Sequence View Manager?
Thanks,
Vidula
11-24-2008 04:17 PM
I've attached an example that programmatically controls step group expansion.
It works as follows. Find the SequenceFileViewMgr that holds the file you are interested in. Get its SelectedSteps property. Set the SelectSteps.SelectionFlags property to control the step group expansion.