Commit Graph

3 Commits

Author SHA1 Message Date
yuanyuanxiang
d49c541ea2 Feature: Add CListCtrlEx with column show/hide support
- Create CListCtrlEx class derived from CListCtrl
- Support right-click header menu to toggle column visibility
- Save column visibility settings to registry (list\{ConfigKey})
- Settings persist by column name, not index (order-independent)
- Skip empty column titles in context menu
- Update CClientListDlg to use CListCtrlEx
- Update m_CList_Online in 2015RemoteDlg to use CListCtrlEx
2026-01-26 21:11:43 +01:00
yuanyuanxiang
d7789e04ca Improve: Enhance CClientListDlg with grouping and better UX 2026-01-26 12:51:29 +01:00
yuanyuanxiang
5fc9ef1eb0 Feature: refactor ClientList and add dialog to show it 2026-01-19 18:29:37 +01:00