New pages

Jump to navigation Jump to search
New pages
Hide registered users | Hide bots | Hide redirects
(newest | oldest) View ( | older 50) (20 | 50 | 100 | 250 | 500)

17 October 2025

  • 16:1216:12, 17 October 2025 Controls/ScrollView (hist | edit) [577 bytes] Ten (talk | contribs) (Created page with "{{ElementSpec | title=ScrollView | kind=Control | ms_url=https://learn.microsoft.com/dotnet/maui/user-interface/controls/scrollview | introduced=MAUI 6.0 (.NET 6) | deprecated=No | notes=Viewport scroller; verify scrollbars and wheel behavior on GTK/Wayland. | props= <tr><td>Content</td><td>?</td><td></td><td>Child view</td></tr> <tr><td>Orientation</td><td>?</td><td></td><td>Vertical/Horizontal/Both</td></tr> <tr><td>IsScrollAnimated</td><td>?</td><td></td>...")
  • 16:1216:12, 17 October 2025 Controls/RoundRectangle (hist | edit) [528 bytes] Ten (talk | contribs) (Created page with "{{ElementSpec | title=RoundRectangle | kind=Shape | ms_url=https://learn.microsoft.com/dotnet/maui/user-interface/controls/shapes/roundrectangle | introduced=MAUI 6.0 (.NET 6) | deprecated=No | notes=Rounded rectangle (more flexible than Frame). | props= <tr><td>CornerRadius</td><td>?</td><td></td><td>Per-corner radii</td></tr> <tr><td>Fill</td><td>?</td><td></td><td>Brush</td></tr> <tr><td>Stroke</td><td>?</td><td></td><td>Brush</td></tr> <tr><td>StrokeTh...")
  • 16:1116:11, 17 October 2025 Controls/RefreshView (hist | edit) [537 bytes] Ten (talk | contribs) (Created page with "{{ElementSpec | title=RefreshView | kind=Control | ms_url=https://learn.microsoft.com/dotnet/maui/user-interface/controls/refreshview | introduced=MAUI 6.0 (.NET 6) | deprecated=No | notes=Pull-to-refresh wrapper; often around CollectionView. | props= <tr><td>IsRefreshing</td><td>?</td><td></td><td>Activity state</td></tr> <tr><td>Command</td><td>?</td><td></td><td>Refresh action</td></tr> <tr><td>CommandParameter</td><td>?</td><td></td><td></td></tr> <tr>...")
  • 16:1116:11, 17 October 2025 Controls/Rectangle (hist | edit) [500 bytes] Ten (talk | contribs) (Created page with "{{ElementSpec | title=Rectangle | kind=Shape | ms_url=https://learn.microsoft.com/dotnet/maui/user-interface/controls/shapes/rectangle | introduced=MAUI 6.0 (.NET 6) | deprecated=No | notes=Basic rectangle shape. | props= <tr><td>Fill</td><td>?</td><td></td><td>Brush</td></tr> <tr><td>Stroke</td><td>?</td><td></td><td>Brush</td></tr> <tr><td>StrokeThickness</td><td>?</td><td></td><td>Width</td></tr> <tr><td>RadiusX / RadiusY</td><td>?</td><td></td><td>Corn...")
  • 16:1016:10, 17 October 2025 Controls/RadioButton (hist | edit) [532 bytes] Ten (talk | contribs) (Created page with "{{ElementSpec | title=RadioButton | kind=Control | ms_url=https://learn.microsoft.com/dotnet/maui/user-interface/controls/radiobutton | introduced=MAUI 6.0 (.NET 6) | deprecated=No | notes=Mutually exclusive selection; group behavior to verify. | props= <tr><td>IsChecked</td><td>?</td><td></td><td>True/False</td></tr> <tr><td>Content</td><td>?</td><td></td><td>Label/content</td></tr> <tr><td>GroupName</td><td>?</td><td></td><td>Mutual exclusion</td></tr> <...")
  • 16:1016:10, 17 October 2025 Controls/ProgressBar (hist | edit) [472 bytes] Ten (talk | contribs) (Created page with "{{ElementSpec | title=ProgressBar | kind=Control | ms_url=https://learn.microsoft.com/dotnet/maui/user-interface/controls/progressbar | introduced=MAUI 6.0 (.NET 6) | deprecated=No | notes=Linear progress; verify indeterminate mode on GTK. | props= <tr><td>Progress</td><td>?</td><td></td><td>0..1 value</td></tr> <tr><td>ProgressColor</td><td>?</td><td></td><td>Bar color</td></tr> <tr><td>Background</td><td>?</td><td></td><td>Track color/brush</td></tr> }}")
  • 16:0916:09, 17 October 2025 Controls/Polyline (hist | edit) [515 bytes] Ten (talk | contribs) (Created page with "{{ElementSpec | title=Polyline | kind=Shape | ms_url=https://learn.microsoft.com/dotnet/maui/user-interface/controls/shapes/polyline | introduced=MAUI 6.0 (.NET 6) | deprecated=No | notes=Open polyline; good for charts/paths. | props= <tr><td>Points</td><td>?</td><td></td><td>Vertex list</td></tr> <tr><td>Stroke</td><td>?</td><td></td><td>Brush</td></tr> <tr><td>StrokeThickness</td><td>?</td><td></td><td>Width</td></tr> <tr><td>StrokeDashArray</td><td>?</t...")
  • 16:0816:08, 17 October 2025 Controls/Polygon (hist | edit) [503 bytes] Ten (talk | contribs) (Created page with "{{ElementSpec | title=Polygon | kind=Shape | ms_url=https://learn.microsoft.com/dotnet/maui/user-interface/controls/shapes/polygon | introduced=MAUI 6.0 (.NET 6) | deprecated=No | notes=Closed poly shape; drawing backend dependent. | props= <tr><td>Points</td><td>?</td><td></td><td>Vertex list</td></tr> <tr><td>Fill</td><td>?</td><td></td><td>Brush</td></tr> <tr><td>Stroke</td><td>?</td><td></td><td>Brush</td></tr> <tr><td>StrokeThickness</td><td>?</td><td...")
  • 16:0816:08, 17 October 2025 Controls/Picker (hist | edit) [626 bytes] Ten (talk | contribs) (Created page with "{{ElementSpec | title=Picker | kind=Control | ms_url=https://learn.microsoft.com/dotnet/maui/user-interface/controls/picker | introduced=MAUI 6.0 (.NET 6) | deprecated=No | notes=Combo-style selection; keyboard navigation on GTK to verify. | props= <tr><td>ItemsSource</td><td>?</td><td></td><td>Bindable list</td></tr> <tr><td>ItemDisplayBinding</td><td>?</td><td></td><td>Text binding</td></tr> <tr><td>SelectedItem</td><td>?</td><td></td><td>Current selection...")
  • 16:0616:06, 17 October 2025 Controls/Path (hist | edit) [585 bytes] Ten (talk | contribs) (Created page with "{{ElementSpec | title=Map | kind=Control | ms_url=https://learn.microsoft.com/dotnet/maui/user-interface/controls/map | introduced=MAUI 6.0 (.NET 6) | deprecated=No | notes=Requires Maps package/handler; Linux backend TBD. | props= <tr><td>MapType</td><td>?</td><td></td><td>Street/Satellite</td></tr> <tr><td>IsShowingUser</td><td>?</td><td></td><td>Location permissions</td></tr> <tr><td>Pins</td><td>?</td><td></td><td>Markers</td></tr> <tr><td>VisibleRegio...")
  • 16:0516:05, 17 October 2025 Controls/Map (hist | edit) [525 bytes] Ten (talk | contribs) (Created page with "{{ElementSpec | title=Map | kind=Control | ms_url=https://learn.microsoft.com/dotnet/maui/user-interface/controls/map | introduced=MAUI 6.0 (.NET 6) | deprecated=No | notes=Requires Maps package/handler; Linux backend TBD. | props= <tr><td>MapType</td><td>?</td><td></td><td>Street/Satellite</td></tr> <tr><td>IsShowingUser</td><td>?</td><td></td><td>Location permissions</td></tr> <tr><td>Pins</td><td>?</td><td></td><td>Markers</td></tr> <tr><td>VisibleRegio...")
  • 16:0516:05, 17 October 2025 Controls/ListView (hist | edit) [723 bytes] Ten (talk | contribs) (Created page with "{{ElementSpec | title=ListView | kind=Control | ms_url=https://learn.microsoft.com/dotnet/maui/user-interface/controls/listview | introduced=MAUI 6.0 (.NET 6) | deprecated=.NET 10 | notes=Deprecated — migrate to '''CollectionView''' for new work. | props=No <tr><td>ItemsSource</td><td>?</td><td></td><td></td></tr> <tr><td>ItemTemplate</td><td>?</td><td></td><td></td></tr> <tr><td>SelectedItem</td><td>?</td><td></td><td></td></tr> <tr><td>SelectionMode</t...")
  • 16:0416:04, 17 October 2025 Controls/Line (hist | edit) [590 bytes] Ten (talk | contribs) (Created page with "{{ElementSpec | title=Line | kind=Shape | ms_url=https://learn.microsoft.com/dotnet/maui/user-interface/controls/shapes/line | introduced=MAUI 6.0 (.NET 6) | deprecated=No | notes=Vector shape; relies on drawing backend. | props= <tr><td>Stroke</td><td>?</td><td></td><td>Brush</td></tr> <tr><td>StrokeThickness</td><td>?</td><td></td><td>Width</td></tr> <tr><td>X1 / Y1 / X2 / Y2</td><td>?</td><td></td><td>Endpoints</td></tr> <tr><td>StrokeDashArray</td><td>...")
  • 16:0316:03, 17 October 2025 Controls/Label (hist | edit) [776 bytes] Ten (talk | contribs) (Created page with "{{ElementSpec | title=Label | kind=Control | ms_url=https://learn.microsoft.com/dotnet/maui/user-interface/controls/label | introduced=MAUI 6.0 (.NET 6) | deprecated=No | notes=Text rendering; check shaping/fallback fonts on Linux. | props= <tr><td>Text</td><td>?</td><td></td><td></td></tr> <tr><td>TextColor</td><td>?</td><td></td><td></td></tr> <tr><td>FontSize</td><td>?</td><td></td><td></td></tr> <tr><td>FontAttributes</td><td>?</td><td></td><td>Bold/It...")
  • 16:0316:03, 17 October 2025 Controls/IndicatorView (hist | edit) [649 bytes] Ten (talk | contribs) (Created page with "{{ElementSpec | title=IndicatorView | kind=Control | ms_url=https://learn.microsoft.com/dotnet/maui/user-interface/controls/indicatorview | introduced=MAUI 6.0 (.NET 6) | deprecated=No | notes=Dot indicators; typically paired with CarouselView. | props= <tr><td>Count</td><td>?</td><td></td><td>Number of items</td></tr> <tr><td>Position</td><td>?</td><td></td><td>Current index</td></tr> <tr><td>IndicatorColor</td><td>?</td><td></td><td>Default dot color</td><...")
  • 16:0216:02, 17 October 2025 Controls/ImageButton (hist | edit) [654 bytes] Ten (talk | contribs) (Created page with "{{ElementSpec | title=ImageButton | kind=Control | ms_url=https://learn.microsoft.com/dotnet/maui/user-interface/controls/imagebutton | introduced=MAUI 6.0 (.NET 6) | deprecated=No | notes=Button with image content; accessibility labeling important. | props= <tr><td>Source</td><td>?</td><td></td><td>Image content</td></tr> <tr><td>Aspect</td><td>?</td><td></td><td>Image scaling</td></tr> <tr><td>CornerRadius</td><td>?</td><td></td><td>Rounded edges</td></tr>...")
  • 16:0116:01, 17 October 2025 Controls/Image (hist | edit) [535 bytes] Ten (talk | contribs) (Created page with "{{ElementSpec | title=Image | kind=Control | ms_url=https://learn.microsoft.com/dotnet/maui/user-interface/controls/image | introduced=MAUI 6.0 (.NET 6) | deprecated=No | notes=Verify image loaders/codecs and HiDPI scaling on GTK. | props= <tr><td>Source</td><td>?</td><td></td><td>File/URI/Stream</td></tr> <tr><td>Aspect</td><td>?</td><td></td><td>Fill/Fit/Center</td></tr> <tr><td>IsAnimationPlaying</td><td>?</td><td></td><td>For animated formats</td></tr>...")
  • 16:0016:00, 17 October 2025 Controls/GraphicsView (hist | edit) [523 bytes] Ten (talk | contribs) (Created page with "{{ElementSpec | title=GraphicsView | kind=Control | ms_url=https://learn.microsoft.com/dotnet/maui/user-interface/controls/graphicsview | introduced=MAUI 6.0 (.NET 6) | deprecated=No | notes=Immediate-mode drawing via Microsoft.Maui.Graphics; backend selection matters on Linux. | props= <tr><td>Drawable</td><td>?</td><td></td><td>IDrawable implementation</td></tr> <tr><td>Invalidate</td><td>?</td><td></td><td>Method to refresh</td></tr> <tr><td>Background</t...")
  • 15:5915:59, 17 October 2025 Controls/Frame (hist | edit) [671 bytes] Ten (talk | contribs) (Created page with "{{ElementSpec | title=Frame | kind=Control | ms_url=https://learn.microsoft.com/dotnet/maui/user-interface/controls/frame | introduced=MAUI 6.0 (.NET 6) | deprecated=.NET 9 | notes=Deprecated — use '''Border''' for styling/shadows. | props= <tr><td>CornerRadius</td><td>?</td><td></td><td></td></tr> <tr><td>HasShadow</td><td>?</td><td></td><td>Platform-dependent</td></tr> <tr><td>BorderColor</td><td>?</td><td></td><td>Use Border.Stroke</td></tr> <tr><td>C...")
  • 15:5915:59, 17 October 2025 Controls/Entry (hist | edit) [888 bytes] Ten (talk | contribs) (Created page with "{{ElementSpec | title=Entry | kind=Control | ms_url=https://learn.microsoft.com/dotnet/maui/user-interface/controls/entry | introduced=MAUI 6.0 (.NET 6) | deprecated=No | notes=Single-line text input; verify IME/dead keys & selection on GTK. | props= <tr><td>Text</td><td>?</td><td></td><td></td></tr> <tr><td>Placeholder</td><td>?</td><td></td><td></td></tr> <tr><td>IsPassword</td><td>?</td><td></td><td>Masks input</td></tr> <tr><td>Keyboard</td><td>?</td><...")
  • 15:5715:57, 17 October 2025 Controls/Ellipse (hist | edit) [767 bytes] Ten (talk | contribs) (Created page with "{{ElementSpec | title=Ellipse | kind=Shape | ms_url=https://learn.microsoft.com/dotnet/maui/user-interface/controls/shapes/ellipse | introduced=MAUI 6.0 (.NET 6) | deprecated=No | notes=Shape deriving from '''Shape'''; uses drawing backend. | props= <tr><td>Fill</td><td>?</td><td></td><td>Brush fill</td></tr> <tr><td>Stroke</td><td>?</td><td></td><td>Stroke brush</td></tr> <tr><td>StrokeThickness</td><td>?</td><td></td><td>Line width</td></tr> <tr><td>Stro...")
  • 15:5615:56, 17 October 2025 Controls/Editor (hist | edit) [813 bytes] Ten (talk | contribs) (Created page with "{{ElementSpec | title=Editor | kind=Control | ms_url=https://learn.microsoft.com/dotnet/maui/user-interface/controls/editor | introduced=MAUI 6.0 (.NET 6) | deprecated=No | notes=Multiline text input; check IME/selection on GTK. | props= <tr><td>Text</td><td>?</td><td></td><td>Content</td></tr> <tr><td>Placeholder</td><td>?</td><td></td><td>Hint text</td></tr> <tr><td>IsReadOnly</td><td>?</td><td></td><td>Disable edits</td></tr> <tr><td>AutoSize</td><td>?<...")
  • 15:5615:56, 17 October 2025 Controls/DatePicker (hist | edit) [606 bytes] Ten (talk | contribs) (Created page with "{{ElementSpec | title=DatePicker | kind=Control | ms_url=https://learn.microsoft.com/dotnet/maui/user-interface/controls/datepicker | introduced=MAUI 6.0 (.NET 6) | deprecated=No | notes=Uses platform date dialog; verify locale/format on GTK. | props= <tr><td>Date</td><td>?</td><td></td><td>Selected date</td></tr> <tr><td>MinimumDate</td><td>?</td><td></td><td>Lower bound</td></tr> <tr><td>MaximumDate</td><td>?</td><td></td><td>Upper bound</td></tr> <tr><t...")
  • 15:5415:54, 17 October 2025 Controls/ContentView (hist | edit) [453 bytes] Ten (talk | contribs) (Created page with "{{ElementSpec | title=ContentView | kind=Control | ms_url=https://learn.microsoft.com/dotnet/maui/user-interface/controls/contentview | introduced=MAUI 6.0 (.NET 6) | deprecated=No | notes=Single-child container useful for composition. | props= <tr><td>Content</td><td>?</td><td></td><td>Child view</td></tr> <tr><td>Padding</td><td>?</td><td></td><td>Inner spacing</td></tr> <tr><td>Background</td><td>?</td><td></td><td>Brush</td></tr> }}")
  • 15:5415:54, 17 October 2025 Controls/CollectionView (hist | edit) [844 bytes] Ten (talk | contribs) (Created page with "{{ElementSpec | title=CollectionView | kind=Control | ms_url=https://learn.microsoft.com/dotnet/maui/user-interface/controls/collectionview | introduced=MAUI 6.0 (.NET 6) | deprecated=No | notes=Recommended replacement for ListView. | props= <tr><td>ItemsSource</td><td>?</td><td></td><td>Data source</td></tr> <tr><td>ItemTemplate</td><td>?</td><td></td><td>DataTemplate</td></tr> <tr><td>ItemsLayout</td><td>?</td><td></td><td>Linear/Grid layouts</td></tr> <...")
  • 15:5315:53, 17 October 2025 Controls/CheckBox (hist | edit) [385 bytes] Ten (talk | contribs) (Created page with "{{ElementSpec | title=CheckBox | kind=Control | ms_url=https://learn.microsoft.com/dotnet/maui/user-interface/controls/checkbox | introduced=MAUI 6.0 (.NET 6) | deprecated=No | notes=Binary selection; ensure accessibility states. | props= <tr><td>IsChecked</td><td>?</td><td></td><td>True/False</td></tr> <tr><td>Color</td><td>?</td><td></td><td>Check/box color</td></tr> }}")
  • 15:5315:53, 17 October 2025 Controls/CarouselView (hist | edit) [905 bytes] Ten (talk | contribs) (Created page with "{{ElementSpec | title=CarouselView | kind=Control | ms_url=https://learn.microsoft.com/dotnet/maui/user-interface/controls/carouselview | introduced=MAUI 6.0 (.NET 6) | deprecated=No | notes=Swipeable item viewer; verify virtualization/perf on Linux. | props= <tr><td>ItemsSource</td><td>?</td><td></td><td>Data source</td></tr> <tr><td>ItemTemplate</td><td>?</td><td></td><td>Template for items</td></tr> <tr><td>ItemsLayout</td><td>?</td><td></td><td>Horizonta...")
  • 15:5215:52, 17 October 2025 Controls/BoxView (hist | edit) [469 bytes] Ten (talk | contribs) (Created page with "{{ElementSpec | title=BoxView | kind=Control | ms_url=https://learn.microsoft.com/dotnet/maui/user-interface/controls/boxview | introduced=MAUI 6.0 (.NET 6) | deprecated=No | notes=Simple rectangle; useful for separators and color blocks. | props= <tr><td>Color</td><td>?</td><td></td><td>Fill color</td></tr> <tr><td>CornerRadius</td><td>?</td><td></td><td>Rounded corners</td></tr> <tr><td>Background</td><td>?</td><td></td><td>Brush support</td></tr> }}")
  • 15:5115:51, 17 October 2025 Controls/Border (hist | edit) [753 bytes] Ten (talk | contribs) (Created page with "{{ElementSpec | title=Border | kind=Control | ms_url=https://learn.microsoft.com/dotnet/maui/user-interface/controls/border | introduced=MAUI 6.0 (.NET 6) | deprecated= | notes=Preferred over deprecated Frame for styling. | props= <tr><td>Stroke</td><td>?</td><td></td><td>Brush/color</td></tr> <tr><td>StrokeThickness</td><td>?</td><td></td><td>Border width</td></tr> <tr><td>StrokeShape</td><td>?</td><td></td><td>e.g., RoundRectangle</td></tr> <tr><td>Strok...")
  • 15:3715:37, 17 October 2025 Controls/BlazorWebView (hist | edit) [608 bytes] Ten (talk | contribs) (Created page with "{{ElementSpec | title=BlazorWebView | kind=Control | ms_url=https://learn.microsoft.com/dotnet/maui/user-interface/controls/blazorwebview | introduced=MAUI 6.0 (.NET 6) | deprecated=No | notes=Hosts Blazor components inside a MAUI view; depends on WebView backend. | props= <tr><td>HostPage</td><td>?</td><td></td><td>Root HTML page</td></tr> <tr><td>RootComponents</td><td>?</td><td></td><td>Blazor components collection</td></tr> <tr><td>Services</td><td>?</td...")
  • 15:2715:27, 17 October 2025 Controls/ActivityIndicator (hist | edit) [474 bytes] Ten (talk | contribs) (Created page with "{{ElementSpec | title=ActivityIndicator | kind=Control | ms_url=https://learn.microsoft.com/dotnet/maui/user-interface/controls/activityindicator | introduced=MAUI 6.0 (.NET 6) | deprecated= | notes=Busy/progress spinner. | props= <tr><td>IsRunning</td><td>?</td><td></td><td>Start/stop animation</td></tr> <tr><td>Color</td><td>?</td><td></td><td>Foreground color</td></tr> <tr><td>IsVisible</td><td>?</td><td></td><td>Often toggled with IsRunning</td></tr> }}")
  • 14:5514:55, 17 October 2025 Controls/Button (hist | edit) [892 bytes] Ten (talk | contribs) (Created page with "{{ElementSpec | title=Button | kind=Control | ms_url=https://learn.microsoft.com/dotnet/maui/user-interface/controls/button | introduced=MAUI 6.0 (.NET 6) | deprecated= | notes=Core click control. Prefer '''Border''' for styling (instead of deprecated Frame). | props= ! Property !! Implemented (Maui Linux) !! Introduced in (MAUI/.NET) !! Notes | Text || ? || || | Command || ? || || | CommandParameter || ? || || | ImageSource || ? || || Requires GTK image lo...")
  • 14:4314:43, 17 October 2025 Controls and Visible Elements (hist | edit) [11,456 bytes] Ten (talk | contribs) (Created page with "== Legend == * <span style="color:#16a34a; font-weight:bold;">✓</span> Implemented * <span style="color:#dc2626; font-weight:bold;">✗</span> Not implemented * <span style="color:#6b7280; font-weight:bold;">?</span> Unknown / not verified == Controls (including .NET 10) == This table lists MAUI controls, the MAUI/.NET version in which they were introduced, their implementation status in '''Maui Linux .NET''', deprecations, and notes. {| class="wikitable sortable" !...")

6 October 2025

5 October 2025

(newest | oldest) View ( | older 50) (20 | 50 | 100 | 250 | 500)