Skip to content

1.6.5

Latest

Choose a tag to compare

@rds1983 rds1983 released this 14 Aug 06:49
· 13 commits to master since this release

New features

  • WrapPanel (PR #522). A new container that arranges its children in a sequence and wraps them to a new row (or column) when they no longer fit the available space: https://myraui.github.io/Myra/docs/wrap-panel.html
    Credit goes to @yuval-po and @bittiez
  • MyraPad: C# export fields visibility (Fixes #540). Added an option to choose the visibility (public, protected or private) of the fields generated when exporting a project to C# (ExportOptions.FieldsVisibility).
image
  • DataGrid: various fixes and improvements

Documentation