Skip to content

Commit f9e2db6

Browse files
committed
finish template
1 parent 5ae673a commit f9e2db6

22 files changed

+174
-677
lines changed

components/Behaviors/samples/Behaviors.Samples.csproj

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,14 @@
88
<!-- Sets this up as a toolkit component's sample project -->
99
<Import Project="$(ToolingDirectory)\ToolkitComponent.SampleProject.props" />
1010
<ItemGroup Condition="'$(IsWinAppSdk)' != 'true'">
11-
<None Remove="NeedMoreItemTriggerBehavior.xaml" />
12-
<Page Remove="NeedMoreItemTriggerBehavior.xaml" />
13-
<Content Remove="NeedMoreItemTriggerBehavior.xaml" />
14-
<Resource Remove="NeedMoreItemTriggerBehavior.xaml" />
15-
<Compile Remove="NeedMoreItemTriggerBehavior.xaml.cs" />
16-
<Content Remove="NeedMoreItemTriggerBehavior.xaml.cs" />
11+
<None Remove="NeedMoreItemTriggerBehaviorSample.xaml" />
12+
<Page Remove="NeedMoreItemTriggerBehaviorSample.xaml" />
13+
<Content Remove="NeedMoreItemTriggerBehaviorSample.xaml" />
14+
<Resource Remove="NeedMoreItemTriggerBehaviorSample.xaml" />
15+
<None Remove="LoadMoreItemBehaviorSample.xaml" />
16+
<Page Remove="LoadMoreItemBehaviorSample.xaml" />
17+
<Content Remove="LoadMoreItemBehaviorSample.xaml" />
18+
<Resource Remove="LoadMoreItemBehaviorSample.xaml" />
1719
<AdditionalFiles Remove="ItemsView Behaviors.md" />
1820
<Content Remove="ItemsView Behaviors.md" />
1921
<None Remove="ItemsView Behaviors.md" />

components/Behaviors/samples/BehaviorsTemplatedSample.xaml

Lines changed: 0 additions & 16 deletions
This file was deleted.

components/Behaviors/samples/BehaviorsTemplatedSample.xaml.cs

Lines changed: 0 additions & 21 deletions
This file was deleted.

components/Behaviors/samples/BehaviorsTemplatedStyleCustomSample.xaml

Lines changed: 0 additions & 26 deletions
This file was deleted.

components/Behaviors/samples/BehaviorsTemplatedStyleCustomSample.xaml.cs

Lines changed: 0 additions & 21 deletions
This file was deleted.

components/Behaviors/samples/BehaviorsXbindBackedSample.xaml

Lines changed: 0 additions & 16 deletions
This file was deleted.

components/Behaviors/samples/BehaviorsXbindBackedSample.xaml.cs

Lines changed: 0 additions & 21 deletions
This file was deleted.

components/Behaviors/samples/BehaviorsXbindBackedStyleCustomSample.xaml

Lines changed: 0 additions & 28 deletions
This file was deleted.

components/Behaviors/samples/BehaviorsXbindBackedStyleCustomSample.xaml.cs

Lines changed: 0 additions & 21 deletions
This file was deleted.

components/Behaviors/samples/ItemsView Behaviors.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,21 +45,20 @@ The `_ClassicBinding` class shows the traditional method used to develop compone
4545

4646
### Implict style
4747

48-
> [!SAMPLE BehaviorsTemplatedSample]
48+
> [!SAMPLE NeedMoreItemTriggerBehaviorSample]
49+
50+
> [!SAMPLE LoadMoreItemBehaviorSample]
4951
5052
### Custom style
5153

52-
> [!SAMPLE BehaviorsTemplatedStyleCustomSample]
5354

5455
## Templated Controls with x:Bind
5556

5657
This is an _experimental_ new way to define components which allows for the use of x:Bind within the style.
5758

5859
### Implict style
5960

60-
> [!SAMPLE BehaviorsXbindBackedSample]
6161

6262
### Custom style
6363

64-
> [!SAMPLE BehaviorsXbindBackedStyleCustomSample]
6564

0 commit comments

Comments
 (0)