Expands all the groups. Enable/disable animation feature.
(bool animate = false)
| 650 | /// </summary> |
| 651 | /// <param name="animate">Enable/disable animation feature.</param> |
| 652 | public void ExpandAll(bool animate = false) |
| 653 | { |
| 654 | for (int i = 0; i < _groups.Count; i++) |
| 655 | _groups[i].Open(animate); |
| 656 | } |
| 657 | |
| 658 | /// <summary> |
| 659 | /// Resets the view. |