synchronizing 2 combo boxes

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • chongo

    synchronizing 2 combo boxes

    Hi

    Does anyone know how to synchronize 2 combo boxes?

    Say I have 2 combo boxes, A and B

    If I scroll up or down in List A, I want List B to scroll up and down
    in synch with List A?

    Any help would be greatly appreciated.

    Thanks Again
  • Russell Harper

    #2
    Re: synchronizing 2 combo boxes


    "chongo" <oakleyx@hotmai l.com> wrote in message
    news:efec508.03 08180802.67fe41 66@posting.goog le.com...[color=blue]
    > Hi
    >
    > Does anyone know how to synchronize 2 combo boxes?
    >
    > Say I have 2 combo boxes, A and B
    >
    > If I scroll up or down in List A, I want List B to scroll up and down
    > in synch with List A?
    >[/color]

    I would just use a fixed width font and put both items into the same combo
    box. If you pad with spaces and use a pipe | to delimit, it doesn't look
    that bad.

    Russell


    Comment

    Working...