Skip to content

v2.1.0

Latest
Compare
Choose a tag to compare
@Ahmad45123 Ahmad45123 released this 18 Feb 21:38
· 4 commits to master since this release
  • Updated ScintillaNET to usethe newer library Scintilla.NET.
  • Changed to use .NET v7
  • ToolTips now support changing of their BackColor and ForeColor. Accessible via AutoCompleteItem.ToolTipForeColor and AutoCompleteItem.ToolTipBackColor.
  • Fixed ToolTip showing in wrong location in the first view.
  • Added an AutoWidth feature. The menu width will be determined depending on visible items when true. The MaximumSize is still respected.