We value your input!
Please participate in Archicad 28 Home Screen and Tooltips/Quick Tutorials survey

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!