> I need some advice with Win32::Grid:
>
> - the Grid-Combobox items are always editable unlike GUI-Combobox,
>   where it    can be prohibited with:
>         -style   => WS_VISIBLE|3|WS_VSCROLL ,
>   in other words disable inPlaceEdit in Grid.
>   SetCellEditable(0) turns Grid's Combobox to simple Cell (Text).
>   And I dont found any way to set SetCellType/State/Style *_READONLY
>   flag to cell.

    It's default implementation for combobox cell in MFCGrid.

> - how can I place a (Jpeg-)Image in Grid Cell?
>   ImageList isnt a solution for me, because I have hundred of small
>   images (thumbs) to show, and they changing dynamically every couple
>   of seconds.

    This feature didn't exists in MFGGrid :(

>
> - what about smooth scrolling? Now Grid springs from cell to cell. Its
>   a not good with wide columns.

    Not Smooth scrolling in MFCGrid :(
>
> - Context Menu: How to show the context menu on Right Click (RClick)?

    Yes, you have a RClick Event availlable. You must build you own popup
menu.

> - Virtual Mode: how to set attribute (CellColor etc) in virtual mode?
>   The cell seems to be not affected if in virtual mode.

    In vitual mode, Cell color are not availlable.
    Current MFCGrid implementation don't store data for cell in virtual
mode.

Sorry, Win32::GUI::Grid it's only a wrapper on MFCGrid.
I actually work on Win32::GUI so i haven't time for add feature to MFCGrid.

Laurent.


Reply via email to