SideScroll.Serialize 0.4.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package SideScroll.Serialize --version 0.4.0                
NuGet\Install-Package SideScroll.Serialize -Version 0.4.0                
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="SideScroll.Serialize" Version="0.4.0" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add SideScroll.Serialize --version 0.4.0                
#r "nuget: SideScroll.Serialize, 0.4.0"                
#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 SideScroll.Serialize as a Cake Addin
#addin nuget:?package=SideScroll.Serialize&version=0.4.0

// Install SideScroll.Serialize as a Cake Tool
#tool nuget:?package=SideScroll.Serialize&version=0.4.0                

SideScroll

SideScroll is a cross platform Avalonia UI framework designed for quickly navigating through trees 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 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

Screenshots

Light Theme

Light Theme

Dark Theme

Dark Theme

Custom Theming

Custom Theme

Rich Text Editing with AvaloniaEdit

Rich Text Editing

Links

Logo

Documentation

Samples

License

Product 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on SideScroll.Serialize:

Package Downloads
SideScroll.Tabs

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.

Version Downloads Last updated
0.5.0 89 7/28/2024
0.4.0 118 7/21/2024
0.3.0 105 7/15/2024
0.2.0 107 7/12/2024
0.1.0 124 7/5/2024

Added Play and Stop icons. Fixed Custom User Settings not loading correctly.