Есть у кого примеры рисования ListViewItem(ов), Subitems, ColumnHeader
а то у меня как-то криво получается
Protected Overrides Sub WndProc(ByRef m As System.Windows.Forms.Message)
Const WM_ERASEBKGND As Integer = &H14
If m.Msg <> WM_ERASEBKGND Then MyBase.WndProc(m)
End Sub
dim LI as New LinearGradientBrush(e.SubItem.Bounds,Color.Gray, COlor.Silver,LinearGradientMode.Horizontal)
e.Graphics.FillRectangle(LGB,e.SubItem.Bounds)
lgb.dispose
Ramzes писал(а):
- Код: Выделить всё
dim LI as New LinearGradientBrush(e.SubItem.Bounds,Color.Gray, COlor.Silver,LinearGradientMode.Horizontal)
e.Graphics.FillRectangle(LGB,e.SubItem.Bounds)
lgb.dispose
Сейчас этот форум просматривают: Yandex-бот и гости: 103