How to multicolumn listbox

Ask questions about creating Graphical User Interfaces (GUI) in PowerShell and using WinForms controls.
Forum rules
Do not post any licensing information in this forum.

Any code longer than three lines should be added as code using the 'Select Code' dropdown menu or attached as a file.
This topic is 4 years and 1 month old and has exceeded the time allowed for comments. Please begin a new topic or use the search feature to find a similar but newer topic.
Locked
User avatar
timstspry17
Posts: 45
Last visit: Tue Apr 18, 2023 2:49 pm

How to multicolumn listbox

Post by timstspry17 »

To help you better we need some information from you.

*** Please fill in the fields below. If you leave fields empty or specify 'latest' rather than the actual version your answer will be delayed as we will be forced to ask you for this information. ***

Product, version and build: PowerShell Studio 2020, V5.7.172
32 or 64 bit version of product: 64 bit
Operating system: Windows 10 Professional
32 or 64 bit OS: 64 bit

*** Please add details and screenshots as needed below. ***

Is there a tutorial or how to for using a multiple column listbox? I would like to use a multicolumn listbox on a Winform application that I am writing, but afraid I am unfamiliar with this control.

Any help/advice is greatly appreciated!
User avatar
brittneyr
Site Admin
Posts: 1655
Last visit: Thu Mar 28, 2024 11:13 am
Answers: 39
Been upvoted: 30 times

Re: How to multicolumn listbox

Post by brittneyr »

[Topic moved by moderator to PowerShell GUI forum]
Brittney
SAPIEN Technologies, Inc.
jvierra
Posts: 15439
Last visit: Tue Nov 21, 2023 6:37 pm
Answers: 30
Has voted: 4 times
Been upvoted: 33 times

Re: How to multicolumn listbox

Post by jvierra »

There is no need. A multicolumn ListBox just draws the list in multiple columns that are set by the width of the ListBox and the column width specified..
This topic is 4 years and 1 month old and has exceeded the time allowed for comments. Please begin a new topic or use the search feature to find a similar but newer topic.
Locked