avalonia-docs icon indicating copy to clipboard operation
avalonia-docs copied to clipboard

Broken Sample: Custom Flyout in v11

Open stevemonaco opened this issue 2 years ago • 0 comments

The Custom Flyout sample has a few issues.

  • CreatePresenter no longer exists on FlyoutBase (it is part of PopupFlyoutBase)
  • [!Image.SourceProperty] = this[!ImageProperty]: this line doesn't compile. Image is both a class property and type. The compiler picks the property instead of the Image type.
  • The title is "How to Create a Custom Panel" instead of Flyout

stevemonaco avatar Jul 05 '23 12:07 stevemonaco