-
-
Notifications
You must be signed in to change notification settings - Fork 76
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add bindings Avalonia v11.0.0 (#422)
* add Type Alias: SubscriptionFactory<'arg> * add SelectingItemsControl bindings. * add ComboBox bindings. * add HeaderedSelectingItemsControl bindings. * add MenuItem bindings. * add NumericUpDown bindings. * add TreeView bindings. * add HeaderedItemsControl bindings. * add CalendarItem bindings. * move CalendarItem.fs to DSL\Primitives * add PickerPresenterBase bindings. * add DatePickerPresenter bindings. * add TimePickerPresenter bindings. * add ProgressBar bindings. * add Slider bindings. * add ScrollBar bindings. * add RemoteWidget bindings. * fix Shape bindings - fix strokeDashArray<'t>(value: double list) implementation - rename binding name: strokeJoinCap -> strokeJoin * add Arc bindings. * add Rectangle bindings. * add Sector bindings. * update Sector bindings. - remove create function ... TextElement is AbstractClass. - add AttachedProperty bindings. * add BindingEvaluator bindings. * add LightDismissOverlayLayer bindings. * add ExperimentalAcrylicBorder bindings. * add ThemeVariantScope bindings. * add VisualLayerManager bindings. * add NativeControlHost bindings. * add AdornerLayer bindings. * add OverlayLayer bindings. * add DataGridFrozenGrid bindings. * add StackPanel bindings. * add ReversibleStackPanel bindings. * add VirtualizingCarouselPanel bindings. * add VirtualizingStackPanel bindings. * add ChromeOverlayLayer bindings. * add SelectableTextBlock bindings. * fix TickBar.ticks(value: seq<float>) binding implementation. * add ContentPresenter bindings. * add ScrollContentPresenter bindings. * add ItemsPresenter bindings. * add TextPresenter bindings. * add Popup bindings. * add AutoCompleteBox bindings. * add Calendar bindings. * add CalendarDatePicker bindings. * add Button bindings. * add DropDownButton bindings. * add CalendarButton bindings. * add CalendarDayButton bindings. * add ToggleSwitch bindings. * add DataValidationErrors bindings. * add RefreshContainer bindings. * add RefreshVisualizer bindings. * update ScrollViewer bindings. - add missing bindings. - change attached bindings - allowAutoHide - remove bindings that setter is not accessible. - extent - viewport - isExpanded - smallChange - largeChange * add ToggleSplitButton bindings. * add SplitView bindings. * add Expander bindings.
- Loading branch information
Showing
58 changed files
with
1,608 additions
and
116 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.