Summary
Shows the Flyout for the given control at the current pointer location, as in a ContextFlyout
- Namespace
- Avalonia
.Controls .Primitives - Containing Type
- FlyoutBase
Syntax
public void ShowAt(Control placementTarget, bool showAtPointer)
Parameters
Name | Type | Description |
---|---|---|
placementTarget | Control | The target control |
showAtPointer | bool | True to show at pointer |
Return Value
Type | Description |
---|---|
void |