maui-linux/samples/ControlGallery
logikonline f945d2a537 Add control gallery sample and roadmap documentation
- Add comprehensive ControlGallery sample app with 12 pages
  demonstrating all 35+ controls
- Add detailed ROADMAP.md with version milestones
- Add README placeholders for VSIX icons and template images
- Sample pages include: Home, Buttons, Labels, Entry, Pickers,
  Sliders, Toggles, Progress, Images, CollectionView, CarouselView,
  SwipeView, RefreshView

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-19 05:24:35 -05:00
..
Pages Add control gallery sample and roadmap documentation 2025-12-19 05:24:35 -05:00
Resources Add control gallery sample and roadmap documentation 2025-12-19 05:24:35 -05:00
App.xaml Add control gallery sample and roadmap documentation 2025-12-19 05:24:35 -05:00
App.xaml.cs Add control gallery sample and roadmap documentation 2025-12-19 05:24:35 -05:00
AppShell.xaml Add control gallery sample and roadmap documentation 2025-12-19 05:24:35 -05:00
AppShell.xaml.cs Add control gallery sample and roadmap documentation 2025-12-19 05:24:35 -05:00
ControlGallery.csproj Add control gallery sample and roadmap documentation 2025-12-19 05:24:35 -05:00
MauiProgram.cs Add control gallery sample and roadmap documentation 2025-12-19 05:24:35 -05:00
README.md Add control gallery sample and roadmap documentation 2025-12-19 05:24:35 -05:00

README.md

OpenMaui Control Gallery

A comprehensive sample application demonstrating all 35+ controls available in OpenMaui for Linux.

Features

This gallery showcases:

  • Basic Controls: Buttons, Labels, Entry, Editor
  • Selection Controls: Picker, DatePicker, TimePicker, Slider, Stepper
  • Toggle Controls: CheckBox, Switch, RadioButton
  • Progress Controls: ProgressBar, ActivityIndicator
  • Image Controls: Image, ImageButton with various aspect ratios
  • Collection Controls: CollectionView, CarouselView with IndicatorView
  • Gesture Controls: SwipeView, RefreshView

Running the Sample

cd samples/ControlGallery
dotnet run

Requirements

  • .NET 9.0 SDK
  • Linux with X11 or Wayland
  • OpenMaui.Controls.Linux NuGet package

Screenshots

The gallery uses Shell navigation with a flyout menu to organize controls by category.

Adding Images

Before running, add the following images to Resources/Images/:

  • dotnet_bot.png - From official MAUI templates

License

MIT License - Copyright 2025 MarketAlly LLC