We are pleased to announce the release of an updated version of QtitanDataGrid 6.2. In this version, the column's layout mechanism was rewritten completely from the ground up. Although this change is internal, it has a beneficial effect on the grid performance overall. Recalculation of the interior grid layout when the geometry is changing became instant. The calculation actually takes place in one pass. New column's layout mechanism allowed to implement GridTableViewOptions::setShowResizeContent(bool) grid setting, which was requested by grid users. When this setting is enabled, the user sees how the contents of the cells is changing when he resizes column with the mouse. This setting is enabled by default. However, it’s a good idea to turn off this setting if your app has a profile that is activated when it working on a remote desktop — for example VNC, Citrix or via RDP. In this case, disabling this setting may slightly reduce internet traffic. Well, or you should turn it off if you want the behavior to be like in the previous version. |