Dove.Avalonia.Controls.Extensions 2.0.3

dotnet add package Dove.Avalonia.Controls.Extensions --version 2.0.3
NuGet\Install-Package Dove.Avalonia.Controls.Extensions -Version 2.0.3
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Dove.Avalonia.Controls.Extensions" Version="2.0.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Dove.Avalonia.Controls.Extensions --version 2.0.3
#r "nuget: Dove.Avalonia.Controls.Extensions, 2.0.3"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Dove.Avalonia.Controls.Extensions as a Cake Addin
#addin nuget:?package=Dove.Avalonia.Controls.Extensions&version=2.0.3

// Install Dove.Avalonia.Controls.Extensions as a Cake Tool
#tool nuget:?package=Dove.Avalonia.Controls.Extensions&version=2.0.3

Controls Extensions for Avalonia

中文描述

点击这里

WARNING

<span style="color:red;">Avalonia 11 or above,you should use v2.0.0 or above!!!</span>

CONTROLS

  • ProgressRing

    inherit from Canvas,Implement loading animation

  • ClickableView

    Views that can trigger the click event

  • GridView

    a Multiple-Column ListView/ListBox,Just like GridView in UWP

  • GridViewItem

    Item for GridViewItem,inherit from ListViewItem,with Left/Right Click Event

  • CircleImage

    inherit from Ellipse,Round picture.Just like PersonPicture in UWP

  • ExpandableView

    A view that shows items in a vertically scrolling two-level list PrimaryView

    Main Item,show/hide the SecondView after selection SecondView show or hide when select PrimaryView

  • ImageBox

    inherit from Image,loading image from http/https/local

  • ListView

    inherit from ListBox,just like the ListView in UWP

  • ListViewItem

    Item for ListView,inherit from ListBoxItem

  • MessageBox

    Show message window

  • NotifyWindow

    Notify message window,the transition animation can be displayed according to the preset and automatically closed after a certain period of time

  • PopupMenu

    inherit from Window,close after selecting item and trigger the event

  • HorizontalItemsRepeater

    inherit from ItemsRepeater,Horizontal layout with Clickable Item

  • VerticalItemsRepeater

    inherit from ItemsRepeater,Vertical layout with Clickable Item

  • ItemsRepeaterContent

    Item for ItemsRepeater with Clickable Event

  • ScrollView

    inherit from ScrollViewer,extend sliding to the bottom, sliding to the top event

  • SeekSlider

    inherit from Slider,extend value change event

  • PopupToast

    inherit from Window,show message dialog and automatically shut down after a certain period of time

    diff with PopupDialog, it's popuping in workarea who popuping in control/panel

  • TextLabel

    Run binding just LIKE WPF/UWP in TextBlock,with LineBreak can wrap the text

  • HyperlinkButton

    the button style LIKE HyperlinkButton in UWP

  • AeroWindow

    the window LIKE "Windows Aero" OR "Aero Grass",modify MoveDragEnable value as true use move window position

  • ImageContentButton

    the button show Image and Text

  • CheckBoxList

    a grouping checkbox control

  • RadioButtonList

    a grouping radiobutton control

  • Text

    the Shapes control for text content,it is a child when you are using canvas

  • TipLabel

    the TextBlock with border control

  • TextView (below v2.0.0)

    the control like TextPresenter,but it's draw by the textLayout,so supoort custom font in your project

  • EditTextView (below v2.0.0)

    the control like TexBox,but it's draw by the textLayout,so supoort custom font in your project

  • PathIcon

    the same control in uwp

  • ImageIcon

    the icon control load from image,just like PathIcon and SymbolIcon

  • SymbolIcon

    the same control in uwp(but the Glyph Only valid in XAML)

  • NotifyIcon

    the notify control,now just for windows only

  • PaginationView

    the pager control for ItemControl(but the Glyph Only valid in XAML)

  • SurfaceView

    the print control just like image,set the bitmap to Sources will flash it

EXTEND

  • GetHwnd

    get control or window hwnd object

  • GetScreenSize

    get screen size object(workarea or monitor)

  • ActualWidth

    get visable control actual width

  • ActualHeight

    get visable control actual height

  • GetPrivateField

    get control/namescope private field

  • SetPrivateField

    set value for control private field

  • GetPrivateProperty

    get control private property

  • SetPrivateProperty

    set value for control private property

  • MeasureString

    get string text display width

  • AreClose

    between value is too close or not

  • InvokePrivateMethod

    call control private method

  • FindControls

    find child control by control type

  • GetWindow

    get window who own this control

  • Shutdown / TryShutdown

    shutdown application

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.1 is compatible. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (4)

Showing the top 4 NuGet packages that depend on Dove.Avalonia.Controls.Extensions:

Package Downloads
Dove.Avalonia.Extensions.Media

Media Controls Extensions for Avalonia.if you need `VideoView` or `PlayerView`,you should install libVLC in your project before init!!! [Windows](https://www.nuget.org/packages/VideoLAN.LibVLC.Windows/) or [MAC](https://www.nuget.org/packages/VideoLAN.LibVLC.Mac/).in Windows,you need add app.manifest and supportOS,you can copy from readme.md the use.if you need `AudioControl`,should download bass Libraries(.dll/.so/.dylib/.a) are separate for x86, x64, ARM by yourself. you can find out from https://github.com/ManagedBass/ManagedBass

Dove.Avalonia.Controls.Extensions.Danmaku

Controls Extensions for Avalonia.

Dove.Avalonia.Extensions.WebView

WebView Extensions for Avalonia.

Dove.Avalonia.Controls.Extensions.Danmaku86

Controls Extensions for Avalonia.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.0.3 1,062 10/24/2023
2.0.2 134 9/21/2023
2.0.1 1,625 7/17/2023
2.0.0 1,091 7/16/2023
2.0.0-preview6 991 4/13/2023
2.0.0-preview5 960 4/11/2023
2.0.0-preview4 149 3/10/2023
2.0.0-preview3 973 11/6/2022
2.0.0-preview2 194 9/22/2022
2.0.0-preview1 1,634 9/17/2022
1.9.6 1,215 4/13/2023
1.9.5 332 2/5/2023
1.9.4 332 1/28/2023
1.9.3 302 1/28/2023
1.9.2 2,317 11/23/2022
1.9.1 357 11/13/2022
1.9.0 1,473 11/12/2022
1.8.18 333 11/11/2022
1.8.17 345 11/7/2022
1.8.16 369 11/7/2022
1.8.15 386 11/6/2022
1.8.14 1,848 11/3/2022
1.8.13 2,359 10/27/2022
1.8.12 686 9/29/2022
1.8.11 443 9/26/2022
1.8.10 690 9/22/2022
1.8.9 4,625 8/31/2022
1.8.8 962 8/20/2022
1.8.7 480 8/16/2022
1.8.6 470 8/11/2022
1.8.5 469 7/18/2022
1.8.4 1,767 7/8/2022
1.8.3 1,813 6/15/2022
1.8.2 610 5/25/2022
1.8.1 1,798 5/19/2022
1.8.0 554 5/19/2022
1.7.6 519 5/19/2022
1.7.5 2,462 5/12/2022
1.7.4 471 5/7/2022
1.7.3 3,251 5/6/2022
1.7.2 543 5/5/2022
1.7.1 455 4/27/2022
1.7.0 486 4/11/2022
1.6.9 512 4/10/2022
1.6.8 495 3/21/2022
1.6.7 490 3/21/2022
1.6.6 483 3/4/2022
1.6.5 520 2/28/2022
1.6.4 485 2/22/2022
1.6.3 471 2/22/2022
1.6.2 457 2/15/2022
1.6.1 455 2/14/2022
1.6.0 480 2/10/2022
1.5.9 482 2/8/2022
1.5.8 530 2/4/2022
1.5.7 478 1/31/2022
1.5.6 493 1/27/2022
1.5.5 484 1/17/2022
1.5.4 331 12/26/2021
1.5.3 322 12/25/2021
1.5.2 345 12/12/2021
1.5.1 332 12/9/2021
1.5.0 335 12/8/2021
1.4.8 479 11/7/2021
1.4.7 418 10/4/2021
1.4.6 423 8/29/2021
1.4.5 405 8/19/2021
1.4.4 372 8/19/2021
1.4.3 361 8/15/2021
1.4.2 373 8/13/2021
1.4.1 403 8/11/2021
1.4.0 391 8/9/2021
1.3.9 507 8/7/2021
1.3.8 432 8/4/2021
1.3.7 404 7/28/2021
1.3.6 425 7/27/2021
1.3.5 408 7/27/2021
1.3.4 529 7/27/2021
1.3.3 404 7/26/2021
1.3.2 469 7/11/2021
1.3.1 414 7/7/2021
1.3.0 389 7/6/2021
1.2.9 396 7/3/2021
1.2.8 549 7/3/2021
1.2.7 455 7/3/2021
1.2.6 382 7/2/2021
1.2.5 427 6/27/2021
1.2.4 498 6/27/2021
1.2.3 409 6/25/2021
1.2.2 438 6/14/2021
1.2.1 470 6/13/2021
1.2.0 407 6/13/2021
1.1.8 444 6/13/2021
1.1.7 410 6/13/2021
1.1.6 438 6/12/2021
1.1.5 443 6/11/2021
1.1.4 389 6/10/2021
1.1.3 416 5/26/2021
1.1.2 473 5/18/2021
1.1.1 531 5/18/2021
1.1.0 387 4/22/2021
1.0.5 423 4/22/2021
1.0.4 421 4/18/2021
1.0.3 394 4/16/2021
1.0.2 454 4/15/2021
1.0.1 402 4/14/2021
1.0.0 386 4/7/2021