Skip to content

Commit 444e4c6

Browse files
committed
doc: 补充 IsVirtualize 参数文档
1 parent 0d73d9f commit 444e4c6

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/BootstrapBlazor.Server/Components/Samples/TreeViews.razor.cs

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -354,6 +354,14 @@ private static AttributeItem[] GetAttributes() =>
354354
DefaultValue = "false"
355355
},
356356
new()
357+
{
358+
Name = nameof(TreeView<string>.IsVirtualize),
359+
Description = "Virtualize",
360+
Type = "bool",
361+
ValueList = "true|false",
362+
DefaultValue = "false"
363+
},
364+
new()
357365
{
358366
Name = nameof(TreeView<string>.CanExpandWhenDisabled),
359367
Description = "Whether to expand when the control node is disabled",

0 commit comments

Comments
 (0)