Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
5256 | Jun 26,2003 02:46 AM UTC | Jun 26,2003 06:34 AM UTC | WinForms | 1 |
![]() |
Tags: GridControl |
grid.Model.RowHeights[row] = 40;
To show 2 fonts in 1 cell, in 1.6, you can set the cell style's CellType to "RichText", and use richtext to show the mixed fonts. See the Syncfusion\Essential Suite\Grid\Samples\CellTypes\RichTextCells sample.
Or, you could handle the grid's DrawCell event, and use calls to e.Graphics.DrawString to draw the strings in different fonts.
Or, you could derive a cell control that did DrawString at the cell level in the derived renderer class's Draw method.
This post will be permanently deleted. Are you sure you want to continue?
Sorry, An error occured while processing your request. Please try again later.
This page will automatically be redirected to the sign-in page in 10 seconds.