Jump to content

MULTICOLUMN LISTBOX - HIDE A COLUMN


tonitp

Recommended Posts

  • 2 weeks later...

You're thinking a la Excel?

Well there is not a property node control for the MCLB to do this.

You can acheive this 'effect' by simply taking the data table and removing the desired column of data and re-populate the MCLB. You only need to remove the selected column array when routing it to the listbox - you can keep the 'full' table in memory in your code.

Jack Hamilton

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.