Wimark.Controls Class Library  

DataGridViewBindingModel.ItemHeightNeeded Event

Occurs when height of the row that represents an item is requested.

[Visual Basic]
Public Event ItemHeightNeeded As DataGridViewModelItemHeightEventHandler 
[C#]
public event DataGridViewModelItemHeightEventHandler ItemHeightNeeded;
[C++]
public: __event DataGridViewModelItemHeightEventHandler* ItemHeightNeeded;

Event Data

The event handler receives an argument of type DataGridViewModelItemHeightEventArgs containing data related to this event. The following DataGridViewModelItemHeightEventArgs property provides information specific to this event.

Property Description
Height Gets or sets the height of the item.
ItemIndex Gets a value indicating the item index of the property that raised the event.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows .NET Server family

See Also

DataGridViewBindingModel Class | DataGridViewBindingModel Members | Wimark.Controls Namespace