Posted 10 April 2019, 6:12 pm EST
Can the STATUSBAR be enabled for Zoom only - and hide the other details such as AVG, COUNT, etc
Forums Home / Spread / Spread for WinForms
Posted by: craigreilly on 10 April 2019, 6:12 pm EST
Posted 10 April 2019, 6:12 pm EST
Can the STATUSBAR be enabled for Zoom only - and hide the other details such as AVG, COUNT, etc
Posted 10 April 2019, 6:52 pm EST
Got it sorted out:
FpSpread_1.StatusBar.Elements(0).Visible = False 'AVERAGE
FpSpread_1.StatusBar.Elements(1).Visible = False 'COUNT
FpSpread_1.StatusBar.Elements(5).Visible = False 'SUM
The other elements:
2 = Numerical Count
3 = Min
4 = Max
6 = Zoom Slider
7 = Zoom Percentage