BoldDeskWe are launching BoldDesk on Product Hunt soon. Learn more & follow us.
Hi Reberto,
Thank you for your interest in Syncfusion products.
If you want to show the vertical scroll bar in the GridListControl, you can set theme for the GridListControl using GridDropDownGridListControlCellRenderer class. So that please make use of below code,
var glc = (GridDropDownGridListControlCellRenderer) stationToolsLayoutGrid.CellRenderers["GridListControl"];
glc.ListControlPart.GridVisualStyles = GridVisualStyles.Metro;
Please let me know if you have any concerns.
Regards,
Neelakandan
Hi Reberto,
Thank you for your interest in Syncfusion products.
If you want to show the vertical scroll bar in the GridListControl, you can set theme for the GridListControl using GridDropDownGridListControlCellRenderer class. So that please make use of below code,
var glc = (GridDropDownGridListControlCellRenderer) stationToolsLayoutGrid.CellRenderers["GridListControl"];
glc.ListControlPart.GridVisualStyles = GridVisualStyles.Metro;
Please let me know if you have any concerns.
Regards,
Neelakandan
Hi Roberto,
Thank you for your update.
We are glad to hear from you. Please let me know if you want further assistance on this.
Regards,
Neelakandan