We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 685f7cf + e2a4a97 commit d91dfb1Copy full SHA for d91dfb1
1 file changed
src/TableView.Properties.cs
@@ -278,6 +278,15 @@ public bool UseRightClickForColumnFilter
278
/// </summary>
279
public IList<FilterDescription> FilterDescriptions => _collectionView.FilterDescriptions;
280
281
+ /// <summary>
282
+ /// Gets or sets a value indicating whether live shaping is enabled.
283
+ /// </summary>
284
+ public bool AllowLiveShaping
285
+ {
286
+ get => _collectionView.AllowLiveShaping;
287
+ set => _collectionView.AllowLiveShaping = value;
288
+ }
289
+
290
/// <summary>
291
/// Gets or sets the last selection unit used.
292
0 commit comments