Link to home
Start Free TrialLog in
Avatar of SVHK
SVHK

asked on

ScrollBars property (MSHFlexGrid, MSFlexGrid)

VB6.0; I can't get scrollbars to show, regardless of the setting and of the width/heigth of the grid.
Setting is on for both scrollbars (I tried them all) and size of the grid is given by the application (cols=8, Rows=9, but they are not all shown at the same time.
Any ideas?
Avatar of riduce
riduce

Did you test it like this

Just add a MsFlexgrid set rows on 50 and the Scrollbars property on flexscrollbarboth.
Use Scrollbars property of FleXGrid Your settings are probably set to None
Avatar of SVHK

ASKER

Edited text of question.
ASKER CERTIFIED SOLUTION
Avatar of AzraSound
AzraSound
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of SVHK

ASKER

ALL necessary conditions are fulfilled (settings are correct, grid size exceeds container size, etc.).
It just does not work. As I've already encountered problems with flex  constants (e.g. the highlight constants are inverted) I thought something similar might be the case here.
Scroll bars appear on an MSFlexGrid only if its contents extend beyond its borders and value specifies scroll bars.