{"id":23060730,"url":"https://github.com/syncfusionexamples/customize-maui-carousel-control","last_synced_at":"2025-04-03T07:16:48.763Z","repository":{"id":266483107,"uuid":"836124717","full_name":"SyncfusionExamples/Customize-MAUI-Carousel-Control","owner":"SyncfusionExamples","description":"This sample demonstrates how to customize the MAUI Carousel Control in a .NET MAUI Application.","archived":false,"fork":false,"pushed_at":"2024-08-07T09:47:57.000Z","size":1128,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-08T20:47:49.863Z","etag":null,"topics":["carousel","carousel-component","carousel-customization","carouselview","maui-carousel","maui-carousel-customization"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SyncfusionExamples.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-07-31T07:46:46.000Z","updated_at":"2024-08-07T09:52:24.000Z","dependencies_parsed_at":"2024-12-04T14:24:18.723Z","dependency_job_id":"daa5ccbf-f5bc-470c-bd94-1d711e7ce480","html_url":"https://github.com/SyncfusionExamples/Customize-MAUI-Carousel-Control","commit_stats":null,"previous_names":["syncfusionexamples/customize-maui-carousel-control"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SyncfusionExamples%2FCustomize-MAUI-Carousel-Control","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SyncfusionExamples%2FCustomize-MAUI-Carousel-Control/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SyncfusionExamples%2FCustomize-MAUI-Carousel-Control/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SyncfusionExamples%2FCustomize-MAUI-Carousel-Control/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SyncfusionExamples","download_url":"https://codeload.github.com/SyncfusionExamples/Customize-MAUI-Carousel-Control/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246952273,"owners_count":20859812,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["carousel","carousel-component","carousel-customization","carouselview","maui-carousel","maui-carousel-customization"],"created_at":"2024-12-16T03:14:57.352Z","updated_at":"2025-04-03T07:16:48.747Z","avatar_url":"https://github.com/SyncfusionExamples.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Customize-MAUI-Carousel-Control\n\nThe .NET MAUI Carousel control offers an interactive way for users to view and select images from a collection. It features a range of customization options for arranging its items, enhancing both functionality and user experience. \n\nThis sample demonstrates how to customize the MAUI Carousel Control in a .NET MAUI Application. You'll see  how to load items into the carousel, manage multiple items, and adjust the size of adjacent items, to a specified scale.\n\n## Requirements to run the demo\n\nTo run the demo, refer to [System Requirements for .NET MAUI](https://help.syncfusion.com/maui/system-requirements)\n\n## Troubleshooting:\n### Path too long exception\n\nIf 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.\n\n## How to run the sample\n\n1. Clone the sample and open it in Visual Studio 2022.\n   \n   *Note: If you download the sample using the \"Download ZIP\" option, right-click it, select Properties, and then select Unblock.*\n\n2. Register your license key in the App.cs file as demonstrated in the following code.\n\n\t\tpublic App()\n\t\t{\n\t\t\t//Register Syncfusion license\n\t\t\tSyncfusion.Licensing.SyncfusionLicenseProvider.RegisterLicense(\"YOUR LICENSE KEY\");\n\t\t\n\t\t\tInitializeComponent();\n\t\t\n\t\t\tMainPage = new MainPage();\n\t\t}\n\t\t\n\tRefer to this [link](https://help.syncfusion.com/maui/licensing/overview) for more details.\n\t\n3. Clean and build the application.\n\n4. Run the application.\n\n## Sample\n\n```xaml\n\u003cStackLayout VerticalOptions=\"Center\" Spacing=\"25\"\u003e\n    \u003ccarousel:SfCarousel x:Name=\"carousel\" \n                         ItemsSource=\"{Binding CarouselItems}\"\n                         AllowLoadMore=\"True\"\n                         LoadMoreItemsCount=\"2\"\n                         ScaleOffset=\"0.4\"\u003e\n        \u003ccarousel:SfCarousel.LoadMoreView\u003e\n            \u003cGrid BackgroundColor=\"LightBlue\"\u003e\n                \u003cLabel\n                Text=\"Load more...\"\n                FontSize=\"14\"\n                TextColor=\"DeepPink\"\n                FontAttributes=\"Bold\"\n                HorizontalOptions=\"Center\"\n                VerticalOptions=\"Center\" /\u003e\n            \u003c/Grid\u003e\n        \u003c/carousel:SfCarousel.LoadMoreView\u003e\n    \u003c/carousel:SfCarousel\u003e\n\n    \u003cButton Text=\"Load More\" Clicked=\"Button_Clicked\" WidthRequest=\"250\"/\u003e\n\u003c/StackLayout\u003e\n```\n\n## License\n\nSyncfusion 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.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsyncfusionexamples%2Fcustomize-maui-carousel-control","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsyncfusionexamples%2Fcustomize-maui-carousel-control","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsyncfusionexamples%2Fcustomize-maui-carousel-control/lists"}