Subject Re: [IBO] I guess its not my fault (was: Strange behaviour of IB_Grids - or is it my fault?)
Author Christian Gütter
I guess nobody had this problem before because nobody
commented on this issue.

The workaround for me is to set ListBoxStyle to false at
design time and to set it to true at runtime (in Form.Activate,
because it doesn't work in Form.Create).

So if one of you runs into this - this workaround will help.


Cheers,

Christian


> -----Ursprüngliche Nachricht-----
> Von: Christian Gütter
> Gesendet: Mittwoch, 14. November 2001 19:24
> An: IBObjects@yahoogroups.com
> Betreff: [IBO] I guess its not my fault (was: Strange behaviour of
> IB_Grids - or is it my fault?)
>
>
> A small update:
>
> The problem with the mousewheel only occurs
> on grids with ListBoxStyle = True.
>
> When I set this property to false, everything
> works fine.
>
> Any objections?
>
>
> TIA,
>
> Christian