We populated a column in a grid in program: Set colDistrictFollowUpCompleted = grdSearchedResult.Columns.Add(0) colDistrictFollowUpCompleted.FieldName = "DistrictFollowUpCompleted" colDistrictFollowUpCompleted.Caption = "District Follow-Up Completed" colDistrictFollowUpCompleted.Width = 40
The header of the column is too long (too wide), e.g. District Follow-Up Completed. Is it possible to wrap the header text and let it be displayed as 3 lines? District Follow-Up Completed
Note: our system is Lan SLX 7.5.3
|