I have a grid anchored on all sides in its container (radPageViewPage).
I have set
AutoSizeColumnsMode = Fill
AutoSizeRows = False or True
HorizontalScrollState = AlwaysShow or AutoHide
However, the Horizontal Scroll Bar is *never* shown.
However, when I set
AutoSizeColumnsMode = None
The HSB is displayed. However, the behaviour is erratic when I also set
AutoSizeRows = True
because when I change the size of a column, the width of the grid changes.
Because some of the columns have a minimum width, the fact that the HSB *never* is displayed with
AutoSizeColumnsMode = Fill
even when some of the columns are hidden, seems like a bug to me.
Helen
I have set
AutoSizeColumnsMode = Fill
AutoSizeRows = False or True
HorizontalScrollState = AlwaysShow or AutoHide
However, the Horizontal Scroll Bar is *never* shown.
However, when I set
AutoSizeColumnsMode = None
The HSB is displayed. However, the behaviour is erratic when I also set
AutoSizeRows = True
because when I change the size of a column, the width of the grid changes.
Because some of the columns have a minimum width, the fact that the HSB *never* is displayed with
AutoSizeColumnsMode = Fill
even when some of the columns are hidden, seems like a bug to me.
Helen