syncfusion-winforms-fontlistbox
Installation
SKILL.md
Implementing the Syncfusion WinForms FontListBox Control
The Syncfusion FontListBox (Syncfusion.Windows.Forms.Tools.FontListBox) is a ListBox-derived control that automatically populates itself with all fonts installed on the user's system. It supports multiple selection modes, type-to-match auto-complete, horizontal scrollbars, item height control, and Office-style visual themes.
When to Use This Skill
Use this skill when you need to:
- Display a list of installed system fonts — auto-populated on creation
- Allow users to select a font — apply the selected font to labels, text boxes, or other controls
- Configure selection modes — single, multi-simple, or multi-extended selection
- Enable type-to-match auto-complete —
UseAutoComplete - Apply Office visual styles —
VisualStylewithFontListBoxStyleenum - Control scrollbar visibility —
HorizontalScrollbar,ScrollAlwaysVisible - Handle font selection events —
SelectedIndexChanged