Results 1 to 40 of 1650

Thread: VBFlexGrid Control (Replacement of the MSFlexGrid control)

Threaded View

  1. #11

    Thread Starter
    PowerPoster
    Join Date
    Jun 2012
    Posts
    2,728

    Re: VBFlexGrid Control (Replacement of the MSFlexGrid control)

    Quote Originally Posted by Schmidt View Post
    I'd say, that's already covered by the existing .Clip-Method(s) (in conjunction with ClipMode and ClipSeparators)...

    Maybe check, whether the .Clip-method will work properly also in IVBFlexDataSource-Binding-mode...

    IIRC, Clip works on a range, which has to be set explicitely beforehand via:
    .Row = ...
    .Col = ...
    .Rows = ...
    .Cols = ...

    To make Clip (and other methods which work on a selected Range) more convenient, a Range-Select-method like:
    SelectRange(Row, Col, Optional Byval Rows& = -1, Optional Byval Cols& = -1)
    would be nice.

    Olaf
    Yes. Maybe extending the ClipMode property would be sufficient, e.g. FixedRows/FixedCols ?
    Last edited by Krool; Mar 12th, 2021 at 11:05 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width