SideScroll.Avalonia.Charts
0.9.0
dotnet add package SideScroll.Avalonia.Charts --version 0.9.0
NuGet\Install-Package SideScroll.Avalonia.Charts -Version 0.9.0
<PackageReference Include="SideScroll.Avalonia.Charts" Version="0.9.0" />
paket add SideScroll.Avalonia.Charts --version 0.9.0
#r "nuget: SideScroll.Avalonia.Charts, 0.9.0"
// Install SideScroll.Avalonia.Charts as a Cake Addin #addin nuget:?package=SideScroll.Avalonia.Charts&version=0.9.0 // Install SideScroll.Avalonia.Charts as a Cake Tool #tool nuget:?package=SideScroll.Avalonia.Charts&version=0.9.0
SideScroll
SideScroll is a cross platform Avalonia UI framework designed for quickly navigating through a tree of tabs. Every tab that shows will automatically select the next most likely tabs, and the next, until you need to start scrolling. Navigate 20 or even 50 tabs deep, and create links to save or share with others.
SideScroll is designed with speed in mind, for both development and usage. Most tabs are created in code which makes them easier to link together and refactor later. Any object can be viewed or edited by adding it to a tab, with all the controls being automatically created for you, and customized via attributes. DataRepos can be used to save and load these objects, and the selected items can be passed in links automatically.
Features
- .NET Cross Platform Avalonia UI Framework that can run on any Windows, MacOS, or Linux system
- Previous selections are used to automatically select the most likely new items
- Open multiple paths at once to easily compare or update items
- Create Links to share views with others
- Use DataRepos to manage your local saving & loading
- Load any object in a Param Control to create a form with matching Avalonia controls
- Chart line series using the LiveCharts 2 controls
- RichText document support using the AvaloniaEdit controls
VideoGamesDB
Screenshots
Light Theme
Dark Theme
Custom Theming
Rich Text Editing with AvaloniaEdit
Share Links
Documentation
Samples
License
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0 is compatible. 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. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. |
-
net8.0
- SideScroll.Avalonia (>= 0.9.0)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on SideScroll.Avalonia.Charts:
Package | Downloads |
---|---|
SideScroll.Avalonia.Charts.LiveCharts
SideScroll is a cross platform Avalonia UI framework designed for quickly navigating through a tree of tabs. Every tab that shows will automatically select the next most likely tabs, and the next, until you need to start scrolling. Navigate 20 or even 50 tabs deep, and create links to save or share with others. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Added TimeZone and TimeFormat to UserSettings. Fixed Light Theme CalendarDatePickerBackgroundPointerOver. Fixed chart regression when updating the value axis. Fixed Double Clicking on Tab Splitters not automatically resizing. Fixed TabControlParams column index spacing. TabControlParams no longer shows static properties. Changed double columns to use the same amount of decimal places for all values. Moved Project loading to Project.Load() and added support for custom UserSettings.