Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
22126 | Dec 3,2004 01:57 PM UTC | Dec 3,2004 02:46 PM UTC | WinForms | 1 |
![]() |
Tags: GridControl |
Private Sub grid_CurrentCellShowingDropDown(ByVal sender As Object, ByVal e As GridCurrentCellShowingDropDownEventArgs) Handles grid.CurrentCellShowingDropDown Dim cc As GridCurrentCell = Me.grdEstimate.CurrentCell //size the dropdown based on cc.RowIndex and cc.ColIndex... e.Size = New Size(200, e.Size.Height) 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.