|
@@ -1175,13 +1175,14 @@ namespace PDF_Master.ViewModels.BOTA
|
|
|
break;
|
|
|
}
|
|
|
}
|
|
|
+
|
|
|
+ await Task.Delay(5);//不加延时 每页的第一个注释不会展开
|
|
|
if (!listBox.SelectedItems.Contains(AnnotationListItems[k]))
|
|
|
{
|
|
|
listBox.SelectedItem = AnnotationListItems[k];
|
|
|
//PdfViewer.SelectAnnotation(args.PageIndex, args.AnnotIndex);
|
|
|
}
|
|
|
-
|
|
|
- await Task.Delay(5);//不加延时 每页的第一个注释不会展开
|
|
|
+
|
|
|
ExpandGroupHeader(AnnotationListItems[k], listBox);
|
|
|
|
|
|
await Task.Delay(5);//不加延时 会有不滚动的现象
|