Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
803 | Aug 20,2002 02:27 PM UTC | Aug 20,2002 08:50 PM UTC | WinForms | 1 |
![]() |
Tags: GridControl |
Private Sub QueryCellInfo(ByVal sender As Object, ByVal e As GridQueryCellInfoEventArgs)
If e.ColIndex = 0 And e.RowIndex > 0 Then
e.Style.ImageList = Me.imageList
e.Style.CellType = "Static"
e.Style.CellAppearance = GridCellAppearance.Raised
e.Style.ImageIndex = 2
e.Handled = True
End If
End Sub
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.