Hi! i use next code in PivotGrid.GetRowDimValue
if (DimensionName='MyName') then drawinfo.Font.Size:=12;
after build cube i have nice result - if try to scroll PivotGrid, data not change and not refresh (or repaint?), but if this code was comment - all ok and result can scroll.
what is it?