Use ToString for ListBox to allow select to find ContentAuditInfo
Use ListString Select correct item in the Edit Window Only select tab if it is not selected
This commit is contained in:
@@ -604,8 +604,11 @@ namespace Volian.Controls.Library
|
||||
{
|
||||
if (myDisplayTabItem != null)
|
||||
{
|
||||
myDisplayTabItem.Focus();
|
||||
myDisplayTabItem.Selected = true;
|
||||
if (!myDisplayTabItem.Selected)
|
||||
{
|
||||
myDisplayTabItem.Focus();
|
||||
myDisplayTabItem.Selected = true;
|
||||
}
|
||||
}
|
||||
}
|
||||
private DisplayTabItem _SelectedDisplayTabItem=null;
|
||||
|
Reference in New Issue
Block a user