@@ -69,6 +69,356 @@ and install the package like this:
69
69
70
70
* https://api.nuget.org/v3/index.json
71
71
72
+ ## Docs
73
+
74
+ ### Interactions
75
+
76
+ #### Actions
77
+
78
+ - AddClassAction
79
+ - ChangeAvaloniaPropertyAction
80
+ - CloseNotificationAction
81
+ - FocusControlAction
82
+ - PopupAction
83
+ - RemoveClassAction
84
+
85
+ #### Animations
86
+
87
+ - FadeInBehavior
88
+ - StartAnimationAction
89
+
90
+ #### AutoCompleteBox
91
+
92
+ - FocusAutoCompleteBoxTextBoxBehavior
93
+
94
+ #### Button
95
+
96
+ - ButtonClickEventTriggerBehavior
97
+ - ButtonExecuteCommandOnKeyDownBehavior
98
+ - ButtonHideFlyoutBehavior
99
+ - ButtonHideFlyoutOnClickBehavior
100
+
101
+ #### Clipboard
102
+
103
+ - ClearClipboardAction
104
+ - GetClipboardDataAction
105
+ - GetClipboardFormatsAction
106
+ - GetClipboardTextAction
107
+ - SetClipboardDataObjectAction
108
+ - SetClipboardTextAction
109
+
110
+ #### Composition
111
+
112
+ - SelectingItemsControlBehavior
113
+ - SlidingAnimation
114
+
115
+ #### Control
116
+
117
+ - BindPointerOverBehavior
118
+ - BindTagToVisualRootDataContextBehavior
119
+ - BoundsObserverBehavior
120
+ - DragControlBehavior
121
+ - HideAttachedFlyoutBehavior
122
+ - HideOnKeyPressedBehavior
123
+ - HideOnLostFocusBehavior
124
+ - ShowPointerPositionBehavior
125
+
126
+ #### Converters
127
+
128
+ - PointerEventArgsConverter
129
+
130
+ #### Core
131
+
132
+ - ActualThemeVariantChangedBehavior
133
+ - ActualThemeVariantChangedTrigger
134
+ - AttachedToLogicalTreeBehavior
135
+ - AttachedToLogicalTreeTrigger
136
+ - AttachedToVisualTreeBehavior
137
+ - AttachedToVisualTreeTrigger
138
+ - BindingBehavior
139
+ - BindingTriggerBehavior
140
+ - CallMethodAction
141
+ - ChangePropertyAction
142
+ - DataContextChangedBehavior
143
+ - DataContextChangedTrigger
144
+ - DataTriggerBehavior
145
+ - DetachedFromLogicalTreeTrigger
146
+ - DetachedFromVisualTreeTrigger
147
+ - DisposingBehavior
148
+ - DisposingTrigger
149
+ - EventTriggerBehavior
150
+ - InitializedBehavior
151
+ - InitializedTrigger
152
+ - InvokeCommandAction
153
+ - InvokeCommandActionBase
154
+ - LoadedBehavior
155
+ - LoadedTrigger
156
+ - ResourcesChangedBehavior
157
+ - ResourcesChangedTrigger
158
+ - RoutedEventTriggerBase
159
+ - RoutedEventTriggerBaseOfT
160
+ - RoutedEventTriggerBehavior
161
+ - UnloadedTrigger
162
+ - ValueChangedTriggerBehavior
163
+
164
+ #### DragAndDrop
165
+
166
+ - ContextDragBehavior
167
+ - ContextDropBehavior
168
+ - DropHandlerBase
169
+ - IDragHandler
170
+ - IDropHandler
171
+ - TypedDragBehavior
172
+
173
+ #### Draggable
174
+
175
+ - CanvasDragBehavior
176
+ - GridDragBehavior
177
+ - ItemDragBehavior
178
+ - SelectionAdorner
179
+
180
+ #### Events
181
+
182
+ - InteractiveBehaviorBase
183
+ - DoubleTappedEventBehavior
184
+ - GotFocusEventBehavior
185
+ - KeyDownEventBehavior
186
+ - KeyUpEventBehavior
187
+ - LostFocusEventBehavior
188
+ - PointerCaptureLostEventBehavior
189
+ - PointerEnteredEventBehavior
190
+ - PointerEventsBehavior
191
+ - PointerExitedEventBehavior
192
+ - PointerMovedEventBehavior
193
+ - PointerPressedEventBehavior
194
+ - PointerReleasedEventBehavior
195
+ - PointerWheelChangedEventBehavior
196
+ - RightTappedEventBehavior
197
+ - ScrollGestureEndedEventBehavior
198
+ - ScrollGestureEventBehavior
199
+ - TappedEventBehavior
200
+ - TextInputEventBehavior
201
+ - TextInputMethodClientRequestedEventBehavior
202
+
203
+ #### ExecuteCommand Core
204
+
205
+ - ExecuteCommandBehaviorBase
206
+ - ExecuteCommandOnKeyBehaviorBase
207
+ - ExecuteCommandRoutedEventBehaviorBase
208
+
209
+ #### ExecuteCommand
210
+
211
+ - ExecuteCommandOnActivatedBehavior
212
+ - ExecuteCommandOnDoubleTappedBehavior
213
+ - ExecuteCommandOnGotFocusBehavior
214
+ - ExecuteCommandOnHoldingBehavior
215
+ - ExecuteCommandOnKeyDownBehavior
216
+ - ExecuteCommandOnKeyUpBehavior
217
+ - ExecuteCommandOnLostFocusBehavior
218
+ - ExecuteCommandOnPinchBehavior
219
+ - ExecuteCommandOnPinchEndedBehavior
220
+ - ExecuteCommandOnPointerCaptureLostBehavior
221
+ - ExecuteCommandOnPointerEnteredBehavior
222
+ - ExecuteCommandOnPointerExitedBehavior
223
+ - ExecuteCommandOnPointerMovedBehavior
224
+ - ExecuteCommandOnPointerPressedBehavior
225
+ - ExecuteCommandOnPointerReleasedBehavior
226
+ - ExecuteCommandOnPointerTouchPadGestureMagnifyBehavior
227
+ - ExecuteCommandOnPointerTouchPadGestureRotateBehavior
228
+ - ExecuteCommandOnPointerTouchPadGestureSwipeBehavior
229
+ - ExecuteCommandOnPointerWheelChangedBehavior
230
+ - ExecuteCommandOnPullGestureBehavior
231
+ - ExecuteCommandOnPullGestureEndedBehavior
232
+ - ExecuteCommandOnRightTappedBehavior
233
+ - ExecuteCommandOnScrollGestureBehavior
234
+ - ExecuteCommandOnScrollGestureEndedBehavior
235
+ - ExecuteCommandOnScrollGestureInertiaStartingBehavior
236
+ - ExecuteCommandOnTappedBehavior
237
+ - ExecuteCommandOnTextInputBehavior
238
+ - ExecuteCommandOnTextInputMethodClientRequestedBehavior
239
+ - InvokeCommandBehaviorBase
240
+
241
+ #### Focus
242
+
243
+ - FocusBehavior
244
+ - FocusBehaviorBase
245
+ - FocusControlBehavior
246
+ - FocusOnAttachedBehavior
247
+ - FocusOnAttachedToVisualTreeBehavior
248
+ - FocusOnPointerMovedBehavior
249
+ - FocusOnPointerPressedBehavior
250
+ - FocusSelectedItemBehavior
251
+
252
+ #### Gestures
253
+
254
+ - DoubleTappedGestureTrigger
255
+ - HoldingGestureTrigger
256
+ - PinchEndedGestureTrigger
257
+ - PinchGestureTrigger
258
+ - PointerTouchPadGestureMagnifyGestureTrigger
259
+ - PointerTouchPadGestureRotateGestureTrigger
260
+ - PointerTouchPadGestureSwipeGestureTrigger
261
+ - PullGestureEndedGestureTrigger
262
+ - PullGestureGestureTrigger
263
+ - RightTappedGestureTrigger
264
+ - ScrollGestureEndedGestureTrigger
265
+ - ScrollGestureGestureTrigger
266
+ - ScrollGestureInertiaStartingGestureTrigger
267
+ - TappedGestureTrigger
268
+
269
+ #### InputElement Actions
270
+
271
+ - CapturePointerAction
272
+ - ReleasePointerCaptureAction
273
+
274
+ #### InputElement Triggers
275
+
276
+ - DoubleTappedTrigger
277
+ - GotFocusTrigger
278
+ - HoldingTrigger
279
+ - KeyDownTrigger
280
+ - KeyUpTrigger
281
+ - LostFocusTrigger
282
+ - PointerCaptureLostTrigger
283
+ - PointerEnteredTrigger
284
+ - PointerExitedTrigger
285
+ - PointerMovedTrigger
286
+ - PointerPressedTrigger
287
+ - PointerReleasedTrigger
288
+ - PointerWheelChangedTrigger
289
+ - TappedTrigger
290
+ - TextInputMethodClientRequestedTrigger
291
+ - TextInputTrigger
292
+
293
+ #### ItemsControl
294
+
295
+ - ItemNudgeDropBehavior
296
+ - ItemsControlContainerClearingTrigger
297
+ - ItemsControlContainerEventsBehavior
298
+ - ItemsControlContainerIndexChangedTrigger
299
+ - ItemsControlContainerPreparedTrigger
300
+ - ScrollToItemBehavior
301
+ - ScrollToItemIndexBehavior
302
+
303
+ #### ListBox
304
+
305
+ - ListBoxSelectAllBehavior
306
+ - ListBoxUnselectAllBehavior
307
+
308
+ #### ListBoxItem
309
+
310
+ - SelectListBoxItemOnPointerMovedBehavior
311
+
312
+ #### Responsive
313
+
314
+ - AdaptiveBehavior
315
+ - AdaptiveClassSetter
316
+
317
+ #### ScrollViewer
318
+
319
+ - HorizontalScrollViewerBehavior
320
+
321
+ #### SelectingItemsControl
322
+
323
+ - SelectingItemsControlEventsBehavior
324
+
325
+ #### Show
326
+
327
+ - ShowBehaviorBase
328
+ - ShowOnDoubleTappedBehavior
329
+ - ShowOnKeyDownBehavior
330
+ - ShowOnTappedBehavior
331
+
332
+ #### StorageProvider Button
333
+
334
+ - ButtonOpenFilePickerBehavior
335
+ - ButtonOpenFolderPickerBehavior
336
+ - ButtonSaveFilePickerBehavior
337
+
338
+ #### StorageProvider Converters
339
+
340
+ - StorageFileToReadStreamConverter
341
+ - StorageFileToWriteStreamConverter
342
+ - StorageItemToPathConverter
343
+
344
+ #### StorageProvider Core
345
+
346
+ - PickerActionBase
347
+ - PickerBehaviorBase
348
+
349
+ #### StorageProvider MenuItem
350
+
351
+ - MenuItemOpenFilePickerBehavior
352
+ - MenuItemOpenFolderPickerBehavior
353
+ - MenuItemSaveFilePickerBehavior
354
+
355
+ #### StorageProvider Utilities
356
+
357
+ - FileFilterParser
358
+
359
+ #### StorageProvider
360
+
361
+ - OpenFilePickerAction
362
+ - OpenFilePickerBehaviorBase
363
+ - OpenFolderPickerAction
364
+ - OpenFolderPickerBehaviorBase
365
+ - SaveFilePickerAction
366
+ - SaveFilePickerBehaviorBase
367
+
368
+ #### TextBox
369
+
370
+ - TextBoxSelectAllOnGotFocusBehavior
371
+ - TextBoxSelectAllTextBehavior
372
+
373
+ #### TreeViewItem
374
+
375
+ - ToggleIsExpandedOnDoubleTappedBehavior
376
+
377
+ ### Interactivity
378
+
379
+ #### AvaloniaObject
380
+
381
+ - Action
382
+ - Behavior
383
+ - BehaviorOfT
384
+ - Trigger
385
+ - TriggerOfT
386
+
387
+ #### Collections
388
+
389
+ - ActionCollection
390
+ - BehaviorCollection
391
+
392
+ #### Contract
393
+
394
+ - ComparisonConditionType
395
+ - IAction
396
+ - IBehavior
397
+ - IBehaviorEventsHandler
398
+ - ITrigger
399
+
400
+ #### Helpers
401
+
402
+ - ComparisonConditionTypeHelper
403
+ - TemplatedParentHelper
404
+ - TypeConverterHelper
405
+
406
+ #### StyledElement
407
+
408
+ - StyledElementAction
409
+ - StyledElementBehavior
410
+ - StyledElementBehaviorOfT
411
+ - StyledElementTrigger
412
+ - StyledElementTriggerOfT
413
+
414
+ #### Templates
415
+
416
+ - BehaviorCollectionTemplate
417
+
418
+ #### Interactivity
419
+
420
+ - Interaction
421
+
72
422
## Resources
73
423
74
424
* [ GitHub source code repository.] ( https://github.com/wieslawsoltes/Xaml.Behaviors )
0 commit comments