A cross-platform UI framework for .NET
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Dan Walmsley 918c47d6b8 Merge pull request #7031 from MarchingCube/dc-ellipse 4 years ago
..
AcrylicPage.xaml Improve slider interaction in AcrylicPage. 5 years ago
AcrylicPage.xaml.cs AcrylicPage. 6 years ago
AutoCompleteBoxPage.xaml Cleanup 5 years ago
AutoCompleteBoxPage.xaml.cs Added custom TextSelector example 5 years ago
BorderPage.xaml fix sidebar. 6 years ago
BorderPage.xaml.cs Renamed Perspex -> Avalonia 10 years ago
ButtonPage.xaml Merge pull request #6784 from AvaloniaUI/fixes/button-access-key 4 years ago
ButtonPage.xaml.cs Add example for RepeatButton 6 years ago
ButtonSpinnerPage.xaml add datavalidations to button spinner. 5 years ago
ButtonSpinnerPage.xaml.cs WIP 7 years ago
CalendarDatePickerPage.xaml Rename existing DatePicker control 6 years ago
CalendarDatePickerPage.xaml.cs Rename existing DatePicker control 6 years ago
CalendarPage.xaml Generate asset resource info with paths 7 years ago
CalendarPage.xaml.cs Adds a Calendar control ported from Silverlight 8 years ago
CanvasPage.xaml Generate asset resource info with paths 7 years ago
CanvasPage.xaml.cs Renamed Perspex -> Avalonia 10 years ago
CarouselPage.xaml Renamed DropDown -> ComboBox in samples. 7 years ago
CarouselPage.xaml.cs DropDown -> ComboBox. 7 years ago
CheckBoxPage.xaml Merge pull request #6784 from AvaloniaUI/fixes/button-access-key 4 years ago
CheckBoxPage.xaml.cs Renamed Perspex -> Avalonia 10 years ago
ComboBoxPage.xaml ContentPresenter should create child without content, if template was set (#6226) 4 years ago
ComboBoxPage.xaml.cs Reworked the font manager to better manage resoures and also work properly with the application lifetime 6 years ago
ContextFlyoutPage.xaml Merge pull request #6059 from AvaloniaUI/context-request-keyboard 5 years ago
ContextFlyoutPage.xaml.cs Merge pull request #6059 from AvaloniaUI/context-request-keyboard 5 years ago
ContextMenuPage.xaml fix merge issues. 5 years ago
ContextMenuPage.xaml.cs Merge pull request #6059 from AvaloniaUI/context-request-keyboard 5 years ago
CursorPage.xaml Added cursor page to control catalog. 5 years ago
CursorPage.xaml.cs Added cursor page to control catalog. 5 years ago
DataGridPage.xaml Merge pull request #7080 from timunie/feature/DataGridHeaderTemplate 4 years ago
DataGridPage.xaml.cs DataGrid add CompiledBinding example 5 years ago
DateTimePickerPage.xaml add datavalidation to date and time pickers. 5 years ago
DateTimePickerPage.xaml.cs Add styles and control catalog page 6 years ago
DialogsPage.xaml Merge pull request #7028 from AvaloniaUI/dialog-microcom 4 years ago
DialogsPage.xaml.cs Merge pull request #7028 from AvaloniaUI/dialog-microcom 4 years ago
DragAndDropPage.xaml Merge pull request #7015 from ltetak/osx_dnd 4 years ago
DragAndDropPage.xaml.cs Merge pull request #7015 from ltetak/osx_dnd 4 years ago
ExpanderPage.xaml Generate asset resource info with paths 7 years ago
ExpanderPage.xaml.cs Renamed Perspex -> Avalonia 10 years ago
FlyoutsPage.axaml Sample Pages 5 years ago
FlyoutsPage.axaml.cs Sample Pages 5 years ago
ImagePage.xaml Added functionality to use CroppedBitmap directly in XAML 6 years ago
ImagePage.xaml.cs Added functionality to use CroppedBitmap directly in XAML 6 years ago
ItemsRepeaterPage.xaml Merge pull request #6381 from AvaloniaUI/feature/nth-child 4 years ago
ItemsRepeaterPage.xaml.cs Merge branch 'master' into feature/itemsrepeater-elementfactory 6 years ago
LabelsPage.axaml make label page use compiled references to label 5 years ago
LabelsPage.axaml.cs Remove ReactiveUI usage from sample apps 5 years ago
LayoutTransformControlPage.xaml remove usages of old ThemeAccentBrush. 6 years ago
LayoutTransformControlPage.xaml.cs Renamed Perspex -> Avalonia 10 years ago
ListBoxPage.xaml Merge pull request #6381 from AvaloniaUI/feature/nth-child 4 years ago
ListBoxPage.xaml.cs Move ListBox page view model to its own file. 6 years ago
MenuPage.xaml ControlCatalog: Update ContextMenuPage and MenuPage samples 6 years ago
MenuPage.xaml.cs Remove ReactiveUI usage from sample apps 5 years ago
NotificationsPage.xaml implement notifications page in control catalog 7 years ago
NotificationsPage.xaml.cs add a notifications page to control catalog 7 years ago
NumericUpDownPage.xaml make numeric up down work with validation errors. 5 years ago
NumericUpDownPage.xaml.cs Remove ReactiveUI usage from sample apps 5 years ago
OpenGlPage.xaml OSX support 6 years ago
OpenGlPage.xaml.cs Refactorings for opengl context and surface management 5 years ago
PointersPage.cs Merge pull request #7031 from MarchingCube/dc-ellipse 4 years ago
ProgressBarPage.xaml Update progress bar samples to include Maximum/Minimum examples 5 years ago
ProgressBarPage.xaml.cs Added Orientation and IsIndeterminate properties to ProgressBar. 8 years ago
RadioButtonPage.xaml Merge pull request #6784 from AvaloniaUI/fixes/button-access-key 4 years ago
RadioButtonPage.xaml.cs Renamed Perspex -> Avalonia 10 years ago
RelativePanelPage.axaml relative panel page also uses compiled references. 5 years ago
RelativePanelPage.axaml.cs add relative panel page to control catalog. 6 years ago
ScreenPage.cs fix rounding error on screens page. 5 years ago
ScrollViewerPage.xaml Add page for scroll viewer. 6 years ago
ScrollViewerPage.xaml.cs Remove ReactiveUI usage from sample apps 5 years ago
SliderPage.xaml Added reversed direction sliders to ControlCatalog. 5 years ago
SliderPage.xaml.cs Use AvaloniaList instead of List 6 years ago
SplitViewPage.xaml Fix SplitView pane to work with popups 6 years ago
SplitViewPage.xaml.cs Adds control catalog page 6 years ago
TabControlPage.xaml Renamed DropDown -> ComboBox in samples. 7 years ago
TabControlPage.xaml.cs Remove ReactiveUI usage from sample apps 5 years ago
TabStripPage.xaml Added TabStripPage to ControlCatalog. 7 years ago
TabStripPage.xaml.cs Added TabStripPage to ControlCatalog. 7 years ago
TextBlockPage.xaml Fix baseline alignment of multiple runs 5 years ago
TextBlockPage.xaml.cs Full Unicode support for TextBlock 6 years ago
TextBoxPage.xaml Windows IME (#7007) 4 years ago
TextBoxPage.xaml.cs Android soft input using Avalonia.Input 5 years ago
ToggleSwitchPage.xaml Merge pull request #6784 from AvaloniaUI/fixes/button-access-key 4 years ago
ToggleSwitchPage.xaml.cs ToggleSwitchpage for Control gallery (#4137) 6 years ago
ToolTipPage.xaml Update tooltip samples 5 years ago
ToolTipPage.xaml.cs Renamed Perspex -> Avalonia 10 years ago
TreeViewPage.xaml Reverted SelectionModel. 6 years ago
TreeViewPage.xaml.cs Refactored TreeView page in ControlCatalog. 6 years ago
ViewboxPage.xaml Merge pull request #5918 from MarchingCube/improve-viewbox 5 years ago
ViewboxPage.xaml.cs Merge pull request #5918 from MarchingCube/improve-viewbox 5 years ago
WindowCustomizationsPage.xaml Merge pull request #6574 from adirh3/adirh3/mica-backdrop-brush 4 years ago
WindowCustomizationsPage.xaml.cs Add a WindowCustomization page to the control catalog. 6 years ago
teapot.bin Implemented GlControlBase 6 years ago