====================================
VSFlexGrid Pro 6.0.0.5 			
====================================

================================================
UNDOCUMENTED PROPERTIES 	
================================================
ShowComboButton Property

	Returns or sets whether drop-down buttons are shown when 
	editable cells are selected.

Syntax     
	[form!]vsFlexGrid.ShowComboButton[ = {True | False} ]

Remarks    
	If the ShowComboButton property is set to True, VSFlexGrid will 
	display drop-down buttons automatically when cells with 
	associated combo boxes or drop-down lists are selected. The 
	user may edit the cells directly, by clicking the button with 
	the mouse.

	If the ShowComboButton property is set to False, the drop-downs 
	will only appear when the control enters edit mode (either as a 
	result of keyboard action or when the EditCell method is used.

	You should only set this property to False if the grid columns 
	are narrow and you don't want the drop-down buttons to obscure 
	cell contents while not editing.


Data Type	Boolean
Default Value	True


================================================
WARNINGS AND CAVEATS 			
================================================

================================================
DOCUMENTATION CHANGES                  	
================================================

================================================
CORRECTED PROBLEMS                     	
================================================
	Made EditText read/write during ValidateEdit
	Avoid double-fire of key events when KeyPreview = True 
        Made Tab key work in UserControl 
	Made edit combos work with right-aligned entries
	SelectionMode - ListBox
	Fixed ADO error when dynamically switching Data Sources
	Support for hierarchical (chaptered) ADO recordsets 

================================================
WAIVERS 		               	
================================================
Light FloodColors are shown as white or grey.
Waiver:  To use light (non-solid) flooding colors, you have to have screen colors set to more than 256 colors.


================================================
KNOWN PROBLEMS 		            	
================================================
Select followed by SendKeys causes loss of NumLock.
Cause:          A Windows problem.
Circumvention:  Insert DoEvents between Select and SendKeys.

Focus on a flex causes the Form_KeyDown event fire twice.
If an MDI child contains only one flex, clicking on it will not bring the child form
into foreground.
Cause:          A Windows problem.
Circumvention:  Place one native VB control (such as button) on the form and make sure that is TabOrder is lower than TabOrder of the flex.

Validate and AfterEdit events do not fire if form is unloaded by clicking on the control box.
Cause:          This is a Windows API problem.
Circumvention:  To make sure that these events are fired, if applicable, begin the Form_Unload event with the following two lines:
		   Me.SetFocus
		   DoEvents

AutosizeRowHeight with WordWrap = True may be incorrect.
Cause:		This is a Windows API problem.
Circumvention:  This happens if contents of any of the rows is wider than the column, for example, a very long word in a narrow column.  Make sure that the width of the column is sufficient to accommodate the widest word (depends on the font).  Allow the user resizing of row heights.

After changing the DataMode, control may load wrong number of rows.
Cause:		Incorrect recordset passed by the Jet Engine.
Circumvention:	After changing DataMode, apply Refresh to the data control.


================================================
End of entries for this build         
================================================
