Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added new kb article load-tab-content-on-demand-net-maui #971

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

github-actions[bot]
Copy link

No description provided.

@github-actions github-actions bot requested a review from a team as a code owner October 23, 2024 21:29
knowledge-base/load-tab-content-on-demand-net-maui.md Outdated Show resolved Hide resolved

## Solution

To load tab item content on demand, create a `TabViewUtils` class with two attached properties: `LoadOnDemand` and `LoadOnDemandTemplate`.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I believe that each H3 section that follows is a distinct step in the process. If this is the case, list all steps in the Solution and make each list item an anchor that links to the corresponding H3, i.e.:

To load tab item content on demand, create a TabViewUtils class with two attached properties: LoadOnDemand and LoadOnDemandTemplate. The process consists of the following steps:

  1. Implement the Attached Properties
  2. Set the TabItems DataTemplate
  3. ...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants