Changed logic too support unlimited levels of alphabetical tabs.

Save current changes to a step before doing a restore.
Only show expander if a step has children
Added Westinghouse RO Copy logic to Context Menu for Grid.
This commit is contained in:
Rich
2013-02-20 14:07:13 +00:00
parent 55f1561a71
commit a60badb58f
4 changed files with 22 additions and 11 deletions

View File

@@ -863,7 +863,7 @@ namespace Volian.Controls.Library
if(MyStepPanel.AutoExpand)
CanExpand = itemInfo.IsHigh && !MyItemInfo.ActiveFormat.MyStepSectionLayoutData.Dev_Format && itemInfo.HasChildren; // TemporaryFormat.IsHigh(item); ;
else
CanExpand = true;
CanExpand = itemInfo.HasChildren;
break;
default://Procedures cannot expand, because they automatically expand
CanExpand = false;