Control: Fixed incorrect Visible property after native control recreation.
PropertyGrid: Fixed focus exception in some cases.
FileListBox: Improved “Go to up folder” action.
Control.cpp: Fixed BeginUpdate/EndUpdate issues.
VirtualListBox: Fixed color rendering for SVG checkboxes in selected state.
VirtualListBox: Adjusted SVG check size to fit within items.
Caret: Fixed internal C++ exceptions in some cases.
New Features
VirtualListBox: Item text can now be multiline (requires DrawLabelFlags.TextHasNewLineChars).
FileListBox: Added new members; folders now use color SVG icons.
FindReplaceControl: Find, Replace, and Scope editors now have borders for better cross-platform consistency.
PreviewTextFile: Now loads files using a background thread.
Drawing Improvements
SkiaGraphics: Implemented various clipping methods.
Graphics:DrawElements now supports empty rectangles.
Graphics:DrawLabel can render multiline text when a relevant flag is set.
Graphics: Added DrawStrings, enabling text rendering with adjustable line spacing and alignment.
SkiaGraphics: Implemented FillPolygon, Polygon, and improved RoundedRectangle, Rectangle, Ellipse, Circle.
Image: Fixed FromSkia under MAUI.
SkiaGraphics: Fixed DrawImage with rect parameter.
SkiaUtils: Added GrayscaleColorFilter, ImageToBitmap, and ConvertToGrayscale.
Image:ToGrayScale() now uses SkiaSharp.
Added constants for system colors when the dark theme is active.
DrawingUtils: Fixed wrap text methods.
API Changes
MessageBox: Adjusted all member signatures to return void and include an onClose parameter, enabling full library implementation and MAUI compatibility.
AnimationPlayer:LoadFromUrl now gracefully handles missing files instead of throwing exceptions.
GenericImage:Load now returns false instead of throwing an exception when no image is found.
IconSet: No longer raises exceptions when icons are missing; constructors support nullable parameters.
ResourceLoader: Most methods now return null instead of throwing exceptions when no resource is found.
EnumImages: Prevents exceptions when missing SVG assets.