John Topley's Knowledgebase

Remove Selection Highlight In MSHFlexGrid

Friday, 30 May 2003

This Visual Basic code removes the selection highlight from the Microsoft Hierarchical FlexGrid Control 6.0. The code assumes that the FlexGrid is set up with one fixed row and that the SelectionMode property is set to By Row.

With MSHFlexGrid1
  .SelectionMode = flexSelectionFree
  .Row = 0
  .SelectionMode = flexSelectionByRow
End With

top | index | no previous | next | comments ()

home | archive | kb | media | about | contact | accessibility
Copyright © 2003 - 2005 John Topley. Made with CityDesk.