This commit is contained in:
@@ -54,7 +54,12 @@ namespace Volian.Controls.Library
|
||||
public ItemInfo SelectedItemInfo
|
||||
{
|
||||
get { return _MyStepPanel.SelectedItemInfo; }
|
||||
set { _MyStepPanel.SelectedItemInfo = value; }
|
||||
set
|
||||
{
|
||||
_MyStepPanel.SelectedEditItem = _MyStepPanel.GetEditItem(value);
|
||||
_MyStepPanel.SelectedEditItem.ItemSelect();
|
||||
if (!_MyStepPanel.ItemSelectionChangeShown) _MyStepPanel.OnItemSelectedChanged(this, new ItemSelectedChangedEventArgs(_MyStepPanel.SelectedEditItem));
|
||||
}
|
||||
}
|
||||
/// <summary>
|
||||
/// Currently Selected EditItem
|
||||
|
Reference in New Issue
Block a user