Results 1 to 40 of 1667

Thread: VBFlexGrid Control (Replacement of the MSFlexGrid control)

Threaded View

  1. #11
    PowerPoster
    Join Date
    Jan 2020
    Posts
    5,541

    Re: VBFlexGrid Control (Replacement of the MSFlexGrid control)

    Is there a simple test project?
    about:The VBFlexGrid supports virtual data source via it's .FlexDataSource property. (IVBFlexDataSource must be implemented in the source)

    If a two-dimensional array has 300,000 rows of data, 20 columns。
    If we modify the length of this array in the middle, it will become 400000 rows of data.
    Suppose the first row of the control is already the last row of the last 300, 000 data.After the data capacity is increased, if flex control displays 40 pieces, it will display another 39 pieces of data.Then the maximum value of the scroll bar is increased by another one hundred thousand.
    Last edited by xiaoyao; May 16th, 2021 at 06:40 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