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.
1 parent 0d73d9f commit 444e4c6Copy full SHA for 444e4c6
src/BootstrapBlazor.Server/Components/Samples/TreeViews.razor.cs
@@ -354,6 +354,14 @@ private static AttributeItem[] GetAttributes() =>
354
DefaultValue = "false"
355
},
356
new()
357
+ {
358
+ Name = nameof(TreeView<string>.IsVirtualize),
359
+ Description = "Virtualize",
360
+ Type = "bool",
361
+ ValueList = "true|false",
362
+ DefaultValue = "false"
363
+ },
364
+ new()
365
{
366
Name = nameof(TreeView<string>.CanExpandWhenDisabled),
367
Description = "Whether to expand when the control node is disabled",
0 commit comments