Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
140912 | Nov 14,2018 12:53 AM UTC | Nov 15,2018 09:17 AM UTC | WinForms | 3 |
![]() |
Tags: SfListView |
this.sfListView1.DrawItem += SfListView1_DrawItem;
private void SfListView1_DrawItem(object sender, Syncfusion.WinForms.ListView.Events.DrawItemEventArgs e)
{
if (e.ItemType == ItemType.Record)
{
this.DrawRTFText(e); //Custom drawing
e.Handled = true;
}
} |
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.