Bound column in List box

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sarah2855
    New Member
    • May 2010
    • 21

    Bound column in List box

    I have a listbox object and I have it bound to column 7 which is orderID. but I don't like order Id to be shown in the listbox. I only would like to see the name and property of that order. Can I make the bound column somehow invisible in listbox?

    Thanks in advance,
  • missinglinq
    Recognized Expert Specialist
    • Nov 2006
    • 3533

    #2
    In Design View select the Listbox, then goto

    Format - Column Widths

    and set the appropriate column's Width to 0".

    Linq ;0)>

    Comment

    • sarah2855
      New Member
      • May 2010
      • 21

      #3
      You are brilliant .Thanks a lot. solved the problem

      Comment

      Working...