fixed the problem where the last item in the step list was not scrolling all the way into view
logic to change background color if the item contains an annotation
This commit is contained in:
@@ -423,6 +423,9 @@ namespace Volian.Controls.Library
|
||||
startitm = (startitm.NextItemCount > 0 ? startitm.NextItems[0] : null);
|
||||
}
|
||||
tvTran.BeforeExpand += new TreeViewCancelEventHandler(tvTran_BeforeExpand);
|
||||
// bug fix. TreeView needs the next two lines to properly display the bottom node. jsj 01/08/2010
|
||||
tvTran.ItemHeight++;
|
||||
tvTran.ItemHeight--;
|
||||
}
|
||||
private void cbTranSectsFillIn(ItemInfo secitm, int secstart)
|
||||
{
|
||||
|
Reference in New Issue
Block a user