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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user