avalonia-docs
avalonia-docs copied to clipboard
Broken Sample: Custom Flyout in v11
The Custom Flyout sample has a few issues.
CreatePresenterno longer exists onFlyoutBase(it is part ofPopupFlyoutBase)[!Image.SourceProperty] = this[!ImageProperty]: this line doesn't compile.Imageis both a class property and type. The compiler picks the property instead of theImagetype.- The title is "How to Create a Custom Panel" instead of Flyout