SideScroll.Tabs.Samples
0.4.0
See the version list below for details.
dotnet add package SideScroll.Tabs.Samples --version 0.4.0
NuGet\Install-Package SideScroll.Tabs.Samples -Version 0.4.0
<PackageReference Include="SideScroll.Tabs.Samples" Version="0.4.0" />
paket add SideScroll.Tabs.Samples --version 0.4.0
#r "nuget: SideScroll.Tabs.Samples, 0.4.0"
// Install SideScroll.Tabs.Samples as a Cake Addin #addin nuget:?package=SideScroll.Tabs.Samples&version=0.4.0 // Install SideScroll.Tabs.Samples as a Cake Tool #tool nuget:?package=SideScroll.Tabs.Samples&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
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. |
-
net8.0
- SideScroll.Tabs.Tools (>= 0.4.0)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on SideScroll.Tabs.Samples:
Package | Downloads |
---|---|
SideScroll.UI.Avalonia
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 Play and Stop icons. Fixed Custom User Settings not loading correctly.