How to enable list box column resizable?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2023-07-23
04:46 PM
- last edited on
2023-07-26
07:11 AM
by
Laszlo Nagy
2023-07-23
04:46 PM
Hello,
Is there anyone could suggest which API function able to enable column resizable as shown in below pictures?.
Appreciate for any suggestion.
Labels:
- Labels:
-
Add-On (C++)
1 REPLY 1

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2023-07-23 07:53 PM
2023-07-23
07:53 PM
Use this function on the list box:
listBox.SetHeaderItemSizeableFlag (item, true);