Dove.Avalonia.Controls.Extensions
1.9.5
See the version list below for details.
dotnet add package Dove.Avalonia.Controls.Extensions --version 1.9.5
NuGet\Install-Package Dove.Avalonia.Controls.Extensions -Version 1.9.5
<PackageReference Include="Dove.Avalonia.Controls.Extensions" Version="1.9.5" />
paket add Dove.Avalonia.Controls.Extensions --version 1.9.5
#r "nuget: Dove.Avalonia.Controls.Extensions, 1.9.5"
// Install Dove.Avalonia.Controls.Extensions as a Cake Addin #addin nuget:?package=Dove.Avalonia.Controls.Extensions&version=1.9.5 // Install Dove.Avalonia.Controls.Extensions as a Cake Tool #tool nuget:?package=Dove.Avalonia.Controls.Extensions&version=1.9.5
Controls Extensions for Avalonia
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 eventPopupToast
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/panelTextLabel
Run binding just LIKE WPF/UWP in
TextBlock
,withLineBreak
can wrap the textHyperlinkButton
the button style LIKE HyperlinkButton in UWP
AeroWindow
the window LIKE "Windows Aero" OR "Aero Grass",modify
MoveDragEnable
value astrue
use move window positionImageContentButton
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 usingcanvas
TipLabel
the
TextBlock
with border controlTextView
the control like
TextPresenter
,but it's draw by the textLayout,so supoort custom font in your projectEditTextView
the control like
TexBox
,but it's draw by the textLayout,so supoort custom font in your projectPathIcon
the same control in uwp
ImageIcon
the icon control load from image,just like
PathIcon
andSymbolIcon
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 theGlyph
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 | Versions 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. |
-
.NETStandard 2.1
- Avalonia (>= 0.10.18)
- Avalonia.Markup.Xaml.Loader (>= 0.10.18)
- Avalonia.Win32 (>= 0.10.18)
- Microsoft.CSharp (>= 4.7.0)
- PCLUntils (>= 1.0.8)
- SkiaSharp (>= 2.88.3)
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.5 | 189 | 8/10/2024 | |
2.0.4 | 211 | 8/10/2024 | |
2.0.3 | 1,595 | 10/24/2023 | |
2.0.2 | 164 | 9/21/2023 | |
2.0.1 | 1,733 | 7/17/2023 | |
2.0.0 | 1,174 | 7/16/2023 | |
2.0.0-preview6 | 1,031 | 4/13/2023 | |
2.0.0-preview5 | 1,004 | 4/11/2023 | |
2.0.0-preview4 | 176 | 3/10/2023 | |
2.0.0-preview3 | 1,028 | 11/6/2022 | |
2.0.0-preview2 | 210 | 9/22/2022 | |
2.0.0-preview1 | 1,704 | 9/17/2022 | |
1.9.6 | 1,283 | 4/13/2023 | |
1.9.5 | 366 | 2/5/2023 | |
1.9.4 | 366 | 1/28/2023 | |
1.9.3 | 321 | 1/28/2023 | |
1.9.2 | 2,370 | 11/23/2022 | |
1.9.1 | 384 | 11/13/2022 | |
1.9.0 | 1,510 | 11/12/2022 | |
1.8.18 | 357 | 11/11/2022 | |
1.8.17 | 374 | 11/7/2022 | |
1.8.16 | 394 | 11/7/2022 | |
1.8.15 | 413 | 11/6/2022 | |
1.8.14 | 1,927 | 11/3/2022 | |
1.8.13 | 2,408 | 10/27/2022 | |
1.8.12 | 724 | 9/29/2022 | |
1.8.11 | 476 | 9/26/2022 | |
1.8.10 | 728 | 9/22/2022 | |
1.8.9 | 4,725 | 8/31/2022 | |
1.8.8 | 998 | 8/20/2022 | |
1.8.7 | 511 | 8/16/2022 | |
1.8.6 | 505 | 8/11/2022 | |
1.8.5 | 502 | 7/18/2022 | |
1.8.4 | 1,812 | 7/8/2022 | |
1.8.3 | 1,857 | 6/15/2022 | |
1.8.2 | 639 | 5/25/2022 | |
1.8.1 | 1,838 | 5/19/2022 | |
1.8.0 | 585 | 5/19/2022 | |
1.7.6 | 545 | 5/19/2022 | |
1.7.5 | 2,515 | 5/12/2022 | |
1.7.4 | 497 | 5/7/2022 | |
1.7.3 | 3,316 | 5/6/2022 | |
1.7.2 | 577 | 5/5/2022 | |
1.7.1 | 486 | 4/27/2022 | |
1.7.0 | 518 | 4/11/2022 | |
1.6.9 | 543 | 4/10/2022 | |
1.6.8 | 525 | 3/21/2022 | |
1.6.7 | 521 | 3/21/2022 | |
1.6.6 | 522 | 3/4/2022 | |
1.6.5 | 544 | 2/28/2022 | |
1.6.4 | 518 | 2/22/2022 | |
1.6.3 | 495 | 2/22/2022 | |
1.6.2 | 493 | 2/15/2022 | |
1.6.1 | 480 | 2/14/2022 | |
1.6.0 | 508 | 2/10/2022 | |
1.5.9 | 512 | 2/8/2022 | |
1.5.8 | 568 | 2/4/2022 | |
1.5.7 | 512 | 1/31/2022 | |
1.5.6 | 524 | 1/27/2022 | |
1.5.5 | 518 | 1/17/2022 | |
1.5.4 | 363 | 12/26/2021 | |
1.5.3 | 354 | 12/25/2021 | |
1.5.2 | 378 | 12/12/2021 | |
1.5.1 | 365 | 12/9/2021 | |
1.5.0 | 366 | 12/8/2021 | |
1.4.8 | 510 | 11/7/2021 | |
1.4.7 | 453 | 10/4/2021 | |
1.4.6 | 467 | 8/29/2021 | |
1.4.5 | 430 | 8/19/2021 | |
1.4.4 | 401 | 8/19/2021 | |
1.4.3 | 394 | 8/15/2021 | |
1.4.2 | 401 | 8/13/2021 | |
1.4.1 | 437 | 8/11/2021 | |
1.4.0 | 420 | 8/9/2021 | |
1.3.9 | 542 | 8/7/2021 | |
1.3.8 | 465 | 8/4/2021 | |
1.3.7 | 446 | 7/28/2021 | |
1.3.6 | 454 | 7/27/2021 | |
1.3.5 | 444 | 7/27/2021 | |
1.3.4 | 570 | 7/27/2021 | |
1.3.3 | 437 | 7/26/2021 | |
1.3.2 | 503 | 7/11/2021 | |
1.3.1 | 444 | 7/7/2021 | |
1.3.0 | 424 | 7/6/2021 | |
1.2.9 | 425 | 7/3/2021 | |
1.2.8 | 583 | 7/3/2021 | |
1.2.7 | 494 | 7/3/2021 | |
1.2.6 | 409 | 7/2/2021 | |
1.2.5 | 461 | 6/27/2021 | |
1.2.4 | 534 | 6/27/2021 | |
1.2.3 | 434 | 6/25/2021 | |
1.2.2 | 470 | 6/14/2021 | |
1.2.1 | 499 | 6/13/2021 | |
1.2.0 | 438 | 6/13/2021 | |
1.1.8 | 481 | 6/13/2021 | |
1.1.7 | 446 | 6/13/2021 | |
1.1.6 | 470 | 6/12/2021 | |
1.1.5 | 475 | 6/11/2021 | |
1.1.4 | 410 | 6/10/2021 | |
1.1.3 | 449 | 5/26/2021 | |
1.1.2 | 506 | 5/18/2021 | |
1.1.1 | 567 | 5/18/2021 | |
1.1.0 | 416 | 4/22/2021 | |
1.0.5 | 457 | 4/22/2021 | |
1.0.4 | 450 | 4/18/2021 | |
1.0.3 | 432 | 4/16/2021 | |
1.0.2 | 489 | 4/15/2021 | |
1.0.1 | 432 | 4/14/2021 | |
1.0.0 | 413 | 4/7/2021 |