Hello

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.

- 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.

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

- Context Menu: How to show the context menu on Right Click (RClick)?

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

Thanks.


-- 
Best regards,
Pavel                            mailto:[EMAIL PROTECTED]


Reply via email to