File tree Expand file tree Collapse file tree
src/BootstrapBlazor/Components/Table Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -444,6 +444,14 @@ private string GetSortTooltip(ITableColumn col) => SortName != col.GetFieldName(
444444 [ Parameter ]
445445 public ScrollToViewAlign AutoScrollVerticalAlign { get ; set ; } = ScrollToViewAlign . Center ;
446446
447+ /// <summary>
448+ /// <para lang="zh">获得/设置 滚动行为,默认值为 <see cref="ScrollIntoViewBehavior.Smooth"/></para>
449+ /// <para lang="en">Gets or sets the scroll behavior. The default is <see cref="ScrollIntoViewBehavior.Smooth"/></para>
450+ /// <para>v<version>10.6.2</version></para>
451+ /// </summary>
452+ [ Parameter ]
453+ public ScrollIntoViewBehavior ScrollIntoViewBehavior { get ; set ; } = ScrollIntoViewBehavior . Smooth ;
454+
447455 /// <summary>
448456 /// <para lang="zh">获得/设置 双击单元格回调委托</para>
449457 /// <para lang="en">Gets or sets Double Click Cell Callback</para>
You can’t perform that action at this time.
0 commit comments