Collapse Pages in Current Section Group
Description | : | Collapse all pages in the current Section Group |
Download |
---|---|---|---|
Author(s) | : | Onetastic, TheDanielDoyle | |
Category | : | Navigation | |
Last Updated | : | December 13, 2020 | |
Requirements | : | OneNote 2010 or above | |
Screenshot | : | ||
![]() Collapse Pages in Current Section Group No screenshot available for this macro. |
|||
Changelog | : | December 13, 2020 (5CB288) - Onetastic June 19, 2016 (DEFE59) - TheDanielDoyle These versions are no longer supported: September 10, 2014 - TheDanielDoyle |
I am trying to expand and collapse section groups - is this availible
<ForEach var="oSectionGroup">
<Array>QueryObjects("SectionGroup", GetCurrentNotebook())</Array>
<If>
<Condition>!($oSection.Collapsed == true)</Condition>
<Continue>1</Continue>
</If>
i couldnt find in documentation
I'm looking for a way to combine all the sub-pages under one page into a single page.
I'm looking for something that will collapse the SectionGroups on the left. I'm looking at the potential of having up to 100 SectionGroups per Notebook (same section titles in each group).