10780 : In print preview images from imageList are not where they should be?

…e) {     int width = Math.Min(e.Cell.CellRect.Width, imageList.ImageSize.Width);     int height = Math.Min(e.Cell.CellRect.Height, imageList.ImageSize.Width);     int size = Math.Min(width, height);     int x = e.Cell.CellRect.Left + Math.Max(0, (e.Cell.CellRect.Width – size)… Continue reading

10190 : In the VCL version, how to use onChangeDataEntity_Tree, OnContentChange_Tree?

…are using the Grid option, the events you must use are different; UseGridNotTree=true. Try, for example; phGant.Grid.GetTree.OnExpand phGant.Grid.GetTree.OnCollapse phGant.Grid.OnCellSelectionChanged phGant.Grid.GetTree.OnDeleteItem phGant.Grid.GetTree.OnInsertItem phGant.Grid.OnEditStop phGant.Grid.OnEditorCanModify phGant.Grid.OnInitTreeSubDataList phGant.Grid.OnClick phGant.Grid.OnRightClick phGant.Grid.OnDblClick phGant.Grid.OnMouseDown phGant.Grid.OnMouseUp phGant.Grid.OnMouseMove… Continue reading