Home > Back-end >  The new cxGrid scroll bar is too small
The new cxGrid scroll bar is too small

Time:11-13

The new cxGrid scroll bar is too small, which can be set to same size and design.

CodePudding user response:

BBS nobody,,,,

CodePudding user response:

BBS did few

Never used this, DBGRIDEH do not have this problem

CodePudding user response:

This is not the problem of the Grid, it is system problem, if you are on Windows 7, is normal, win10 do optimization

CodePudding user response:

Is the characteristic of the system, the little good, do not take a place, also will be automatically hidden

CodePudding user response:

Can define by changing their skin width, can control own skin editor

CodePudding user response:

Which version are you, I don't have this problem,

CodePudding user response:

Will be back at the old scrollbar scrollbarmode sbmClassic can instead

CodePudding user response:

 
Procedure Tdm. DataModuleCreate (Sender: TObject);
The begin
CxLookAndFeelController1. ScrollbarMode:=sbmClassic;
end;

CodePudding user response:

Modify properties: cxGrid1. LookAndFeel. ScrollbarMode:=sbmClassic; Restore the original style

CodePudding user response:

3 q3q
  • Related