WPF 禁用ItemControl 自动滚动

2021-01-09 19:31

阅读:761

标签:work   void   vat   event   alt   control   style   后台   hand   

技术图片

 

 

禁用FameworkElement中的RequestBringIntoViewEvent事件即可,

Xaml:




 

后台事件:

private void ListBoxItem_RequestBringIntoView(object sender, RequestBringIntoViewEventArgs e)
{
e.Handled = true;
}

 

WPF 禁用ItemControl 自动滚动

标签:work   void   vat   event   alt   control   style   后台   hand   

原文地址:https://www.cnblogs.com/messi1314/p/13083450.html


评论


亲,登录后才可以留言!