我有@Html.TextBoxFor(Model => Model.Age, new{ @value="0" })
public Nullable<decimal> Age { get; set; }
和ListView
。我已经Grid
ListView's
通过ScrollViewer
并添加了VisualTreeHelper
事件处理程序。在事件处理程序中,如果垂直偏移量为{},我已禁用ViewChanged
和VerticalScrollMode
设置为0以执行操作事件。我正在尝试访问操作事件,但它没有触发。请建议我。
VerticalScrollBarVisibility