cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 
2024 Technology Preview Program

2024 Technology Preview Program:
Master powerful new features and shape the latest BIM-enabled innovations

Archicad C++ API
About Archicad add-on development using the C++ API.

How to enable list box column resizable?

Newbie
Participant

Hello,

 

Is there anyone could suggest which API function able to enable column resizable as shown in below pictures?.

 

Appreciate for any suggestion.

 

Screenshot 2023-07-23 213913.jpg

 

Screenshot 2023-07-23 214015.jpg

 

1 REPLY 1
Viktor Kovacs
Graphisoft
Graphisoft

Use this function on the list box:

listBox.SetHeaderItemSizeableFlag (item, true);

Didn't find the answer?

Check other topics in this Forum

Back to Forum

Read the latest accepted solutions!

Accepted Solutions

Start a new conversation!