Re: Help with Control Behavior

new topic     » goto parent     » topic index » view thread      » older message » newer message

----- Original Message -----
From: "C. K. Lester" <cklester at yahoo.com>
To: "EUforum" <EUforum at topica.com>
Subject: RE: Help with Control Behavior


>
>
> Derek Parnell wrote:
> >
> > Try creating the ListBox with the 'LBS_NOINTEGRALHEIGHT' style flag.
>
> Derek,
>
> That didn't help.
>

Okay, maybe I didn't understand your problem then, because the effect I saw
was fixed by this flag.

What I saw was the List (not listview) height was not being changed smoothly
when the window height changed. Instead it would change in a 'jerky' manner.
So I added that flag thus....

 constant list_cards = createEx( List, "Card List", grp_cards, 8, 20, 144,
304,
                 LBS_NOINTEGRALHEIGHT, 0 )

and after that the List height changed smoothly.

What is the problem that you see?

----------------
cheers,
Derek Parnell

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu