MRI Capability
MyConfig for ItemInfo Fixed various problems with DisplayTabControl VEPROMS ribbon for DisplayTabPanel
This commit is contained in:
@@ -121,7 +121,7 @@ namespace Volian.Controls.Library
|
||||
//// TIMING: vlnCSLARTB.TimeIt("pMyItem End");
|
||||
}
|
||||
}
|
||||
private Dictionary<int, DisplayItem> _ItemLookup;
|
||||
internal Dictionary<int, DisplayItem> _ItemLookup;
|
||||
public Dictionary<int, DisplayItem> ItemLookup
|
||||
{
|
||||
get { return _ItemLookup; }
|
||||
@@ -158,10 +158,15 @@ namespace Volian.Controls.Library
|
||||
{
|
||||
int id = value.ItemID;
|
||||
ExpandAsNeeded(value);
|
||||
ItemLookup[id].ItemSelect();
|
||||
_ItemSelected = value;
|
||||
ItemLookup[id].ItemSelect();
|
||||
}
|
||||
}
|
||||
public void ItemShow()
|
||||
{
|
||||
if (_ItemSelected != null)
|
||||
ItemLookup[_ItemSelected.ItemID].ItemShow();
|
||||
}
|
||||
private int _Scrolling = 0; // Volian Property Snippet
|
||||
public int Scrolling
|
||||
{
|
||||
|
Reference in New Issue
Block a user