|
-
Mar 12th, 2021, 10:09 AM
#11
Re: VBFlexGrid Control (Replacement of the MSFlexGrid control)
 Originally Posted by Schmidt
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|