|
From: Jeroen <jv...@gm...> - 2016-04-26 17:45:02
|
On Tue, 26 Apr 2016 20:04:54 +0300 Михаил <1c-...@ma...> wrote: > Hello, > >Does FOX Toolkit support such a thing (Virtual Mode Grid)? > >I need it for displaying and manipulating of large card index.. > I'm afraid FXTable can't be unlimited. But it can be large... Only header rows and columns are actually allocated, the cells themselves can be allocated as needed. One could probably make a simplified version of FXTable (with less sophisticated formatting options) to do an infinite table implementation; basically, a version that issues callbacks to the application when contents are to be displayed. FXTable does not do this itself, however. -- JVZ -- +----------------------------------------------------------------------------+ | Copyright (C) 12:40 04/26/2016 Jeroen van der Zijp. All Rights Reserved. | +----------------------------------------------------------------------------+ |