Skip to content

Document the default value for TreeViewItem.IsExpanded - #129

Draft
John Kennedy (GrantMeStrength) with Copilot wants to merge 2 commits into
docsfrom
copilot/add-default-values-to-xaml-properties
Draft

Document the default value for TreeViewItem.IsExpanded#129
John Kennedy (GrantMeStrength) with Copilot wants to merge 2 commits into
docsfrom
copilot/add-default-values-to-xaml-properties

Conversation

Copilot AI commented Jul 23, 2026

Copy link
Copy Markdown

This updates the TreeViewItem.IsExpanded API reference to include its default value, addressing the missing default-value guidance called out for XAML property documentation.

  • API reference update

    • Added the default value to the ## -property-value section of TreeViewItem.IsExpanded.
    • Matched the wording pattern already used by similar XAML property docs such as NavigationViewItem.IsExpanded.
  • Result

    • The property value text now explicitly states that the default is false.
**true** if the tree node is expanded; otherwise, **false**. The default value is **false**.

Copilot AI changed the title [WIP] Add documentation for default values of XAML properties Document the default value for TreeViewItem.IsExpanded Jul 23, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

XAML properties' default values

2 participants