SideScroll.UI.Avalonia.ScreenCapture
0.6.0
dotnet add package SideScroll.UI.Avalonia.ScreenCapture --version 0.6.0
NuGet\Install-Package SideScroll.UI.Avalonia.ScreenCapture -Version 0.6.0
<PackageReference Include="SideScroll.UI.Avalonia.ScreenCapture" Version="0.6.0" />
paket add SideScroll.UI.Avalonia.ScreenCapture --version 0.6.0
#r "nuget: SideScroll.UI.Avalonia.ScreenCapture, 0.6.0"
// Install SideScroll.UI.Avalonia.ScreenCapture as a Cake Addin #addin nuget:?package=SideScroll.UI.Avalonia.ScreenCapture&version=0.6.0 // Install SideScroll.UI.Avalonia.ScreenCapture as a Cake Tool #tool nuget:?package=SideScroll.UI.Avalonia.ScreenCapture&version=0.6.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. |
-
net8.0
- Avalonia.Desktop (>= 11.1.3)
- SideScroll.UI.Avalonia (>= 0.6.0)
- System.Drawing.Common (>= 8.0.8)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Added Light Blue Theme. Added more user theming colors for DataGrids, Charts, Buttons, ComboBoxes, and Borders. Added user theming for TabSplitter, TabViewer, TextArea, TabButton, Calendar Views, and ScrollBar. All TabControlColorPicker now share the same SelectedIndex and ColorMode. Fixed Color Picker History not updating correctly. Updated Save and Import Icons. Fixed refreshing chart creating multiple now time annotations. Fixed TextArea sometimes clipping text. Simplified LinkUri format. Added Source Code Pro as the default Monospace font.