Skip to content

Commit 32fb613

Browse files
committed
Updated the read me file
1 parent c557400 commit 32fb613

File tree

1 file changed

+37
-1
lines changed

1 file changed

+37
-1
lines changed

README.md

Lines changed: 37 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,38 @@
11
# how-to-load-the-listview-inside-tabview-in-.net-maui-listview
2-
This repository contains a sample demonstrating how to load the Listview within Tabview in .NET MAUI ListView (SfListView)?.
2+
3+
This repository contains a sample demonstrating how to load the Listview within Tabview in .NET MAUI ListView (SfListView).
4+
5+
## Sample
6+
7+
```xaml
8+
<tabView:SfTabView TabBarBackground="#dddddd">
9+
<tabView:SfTabItem Header="Books">
10+
<tabView:SfTabItem.Content>
11+
<local:BookPage/>
12+
</tabView:SfTabItem.Content>
13+
</tabView:SfTabItem>
14+
<tabView:SfTabItem Header="Inbox">
15+
<tabView:SfTabItem.Content>
16+
<local:InboxPage/>
17+
</tabView:SfTabItem.Content>
18+
</tabView:SfTabItem>
19+
<tabView:SfTabItem Header="Contacts">
20+
<tabView:SfTabItem.Content>
21+
<local:ContactPage/>
22+
</tabView:SfTabItem.Content>
23+
</tabView:SfTabItem>
24+
</tabView:SfTabView>
25+
```
26+
27+
## Requirements to run the demo
28+
29+
To run the demo, refer to [System Requirements for .NET MAUI](https://help.syncfusion.com/maui/system-requirements)
30+
31+
## Troubleshooting:
32+
### Path too long exception
33+
34+
If you are facing path too long exception when building this example project, close Visual Studio and rename the repository to short and build the project.
35+
36+
## License
37+
38+
Syncfusion® has no liability for any damage or consequence that may arise from using or viewing the samples. The samples are for demonstrative purposes. If you choose to use or access the samples, you agree to not hold Syncfusion® liable, in any form, for any damage related to use, for accessing, or viewing the samples. By accessing, viewing, or seeing the samples, you acknowledge and agree Syncfusion®'s samples will not allow you seek injunctive relief in any form for any claim related to the sample. If you do not agree to this, do not view, access, utilize, or otherwise do anything with Syncfusion®'s samples.

0 commit comments

Comments
 (0)