User contributions for Ten

A user with 483 edits. Account created on 5 October 2025.
Jump to navigation Jump to search
Search for contributionsExpandCollapse
⧼contribs-top⧽
⧼contribs-date⧽
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)

17 October 2025

  • 16:1216:12, 17 October 2025 diff hist +528 N Controls/RoundRectangle 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..." current
  • 16:1116:11, 17 October 2025 diff hist +537 N Controls/RefreshView 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>..." current
  • 16:1116:11, 17 October 2025 diff hist +500 N Controls/Rectangle 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..." current
  • 16:1016:10, 17 October 2025 diff hist +532 N Controls/RadioButton 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> <..." current
  • 16:1016:10, 17 October 2025 diff hist +472 N Controls/ProgressBar 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> }}" current
  • 16:0916:09, 17 October 2025 diff hist +515 N Controls/Polyline 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..." current
  • 16:0816:08, 17 October 2025 diff hist +503 N Controls/Polygon 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..." current
  • 16:0816:08, 17 October 2025 diff hist +626 N Controls/Picker 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..." current
  • 16:0716:07, 17 October 2025 diff hist +60 Controls/Path No edit summary current
  • 16:0616:06, 17 October 2025 diff hist +525 N Controls/Path 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 diff hist +525 N Controls/Map 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..." current
  • 16:0516:05, 17 October 2025 diff hist +723 N Controls/ListView 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..." current
  • 16:0416:04, 17 October 2025 diff hist +590 N Controls/Line 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>..." current
  • 16:0316:03, 17 October 2025 diff hist +776 N Controls/Label 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..." current
  • 16:0316:03, 17 October 2025 diff hist +649 N Controls/IndicatorView 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><..." current
  • 16:0216:02, 17 October 2025 diff hist +654 N Controls/ImageButton 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>..." current
  • 16:0116:01, 17 October 2025 diff hist +535 N Controls/Image 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>..." current
  • 16:0016:00, 17 October 2025 diff hist +523 N Controls/GraphicsView 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..." current
  • 15:5915:59, 17 October 2025 diff hist +671 N Controls/Frame 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..." current
  • 15:5915:59, 17 October 2025 diff hist +888 N Controls/Entry 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><..." current
  • 15:5715:57, 17 October 2025 diff hist +767 N Controls/Ellipse 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..." current
  • 15:5615:56, 17 October 2025 diff hist +813 N Controls/Editor 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>?<..." current
  • 15:5615:56, 17 October 2025 diff hist +606 N Controls/DatePicker 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..." current
  • 15:5415:54, 17 October 2025 diff hist +453 N Controls/ContentView 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> }}" current
  • 15:5415:54, 17 October 2025 diff hist +844 N Controls/CollectionView 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> <..." current
  • 15:5315:53, 17 October 2025 diff hist +385 N Controls/CheckBox 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> }}" current
  • 15:5315:53, 17 October 2025 diff hist +905 N Controls/CarouselView 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..." current
  • 15:5215:52, 17 October 2025 diff hist +469 N Controls/BoxView 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> }}" current
  • 15:5215:52, 17 October 2025 diff hist +2 Controls/Border No edit summary current Tag: Visual edit: Switched
  • 15:5115:51, 17 October 2025 diff hist +751 N Controls/Border 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 diff hist +608 N Controls/BlazorWebView 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..." current
  • 15:2715:27, 17 October 2025 diff hist +474 N Controls/ActivityIndicator 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> }}" current
  • 15:2115:21, 17 October 2025 diff hist +298 Controls/Button No edit summary current
  • 15:1915:19, 17 October 2025 diff hist −45 Controls/Button No edit summary Tag: Visual edit: Switched
  • 15:1815:18, 17 October 2025 diff hist +596 Template:ElementSpec {{{title}}} current
  • 15:1315:13, 17 October 2025 diff hist +468 Template:ElementSpec {{{title}}}
  • 15:0315:03, 17 October 2025 diff hist −674 Template:ElementSpec No edit summary
  • 14:5914:59, 17 October 2025 diff hist +1,173 N Category:Pages with template loops Created page with "<noinclude> This template renders a standard layout for Maui Linux .NET element pages. Usage example: {{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 over deprecated Frame. | props= ! Property !! Implemented (Maui Linux) !! Introduced in (MAUI/.NET) !! Notes | Text || ? || || | Command || ?..." current
  • 14:5814:58, 17 October 2025 diff hist +220 Template:ElementSpec {{{title}}}
  • 14:5514:55, 17 October 2025 diff hist +639 N Controls/Button 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:5314:53, 17 October 2025 diff hist +1,173 N Template:ElementSpec Created page with "<noinclude> This template renders a standard layout for Maui Linux .NET element pages. Usage example: {{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 over deprecated Frame. | props= ! Property !! Implemented (Maui Linux) !! Introduced in (MAUI/.NET) !! Notes | Text || ? || || | Command || ?..."
  • 14:4314:43, 17 October 2025 diff hist +10,325 N Controls and Visible Elements 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" !..."

15 October 2025

11 October 2025

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