♻️ 优化滚动条动画 :boom:增加触底切换菜单
This commit is contained in:
@@ -490,6 +490,7 @@ namespace GeekDesk.Util
|
||||
return false;
|
||||
|
||||
ListBoxItem item = this.GetListBoxItem( this.indexToSelect );
|
||||
if (item == null) return false;
|
||||
Rect bounds = VisualTreeHelper.GetDescendantBounds( item );
|
||||
Point ptInItem = this.listBox.TranslatePoint( this.ptMouseDown, item );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user