Stephen Monaco

Results 32 issues of Stephen Monaco

The [Custom Flyout](https://docs.avaloniaui.net/docs/next/guides/custom-controls/how-to-create-a-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...

### Describe the bug When an item with a `Stretch` alignment is arranged in an area smaller than its size, Avalonia offsets the arrange bounds by half of a computed...

bug

## Summary One occurrence of "does't" was fixed.

area-System.Runtime
community-contribution

### Is your feature request related to a problem? Please describe. When using "Add New Item..." in Visual Studio, Avalonia-related items (eg. Avalonia UserControl) are always shown in the dialog...

enhancement

### Is your feature request related to a problem? Please describe. $AvaloniaVersion can't be upgraded outside of manual editing (AFAIK) whereas [Directory.Packages.props](https://learn.microsoft.com/en-us/nuget/consume-packages/Central-Package-Management) can be updated in IDE and is more...

enhancement

From discussion at https://github.com/AvaloniaUI/Avalonia/discussions/17939 `TabStrip` document has numerous errors with `TabItem` being used instead of `TabStripItem`. Fleshed out a few more details along the way, such as a major use...

Forgot to report for tracking. This is the only animation in the app and the effect is pretty subtle. https://github.com/AvaloniaUI/Solitaire/blob/8f5a3713c9100faf49e13dc3919420706835e3df/Solitaire/Styles/TrayContainer.axaml#L51-L67

Minor cleanups and readability adjustments to existing content

I'm working on a refactor fork (not sure if it will get to the finish line) and noticed the following code: https://github.com/TheCod3rYouTube/PS5NorModifier/blob/3064e07b65c3387d378995a653742484adf2d50b/UART-CL%20By%20TheCod3r/UART-CL%20By%20TheCod3r/Program.cs#L431-L460 Assigning `offsetOne` to `reader.BaseStream.Position` for both reads which...

When using the previewer in a crossplatform Avalonia app, the previewer will default to the first alphabetical project that's runnable. By default, this is "YourApp.Browser" instead of "YourApp.Desktop" which is...

kind:bug
status:help-wanted