This is a migrated thread and some comments may be shown as answers.

Number of blank lines between groups of variables when I format

2 Answers 21 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
vbocanegra
Top achievements
Rank 2
vbocanegra asked on 12 May 2011, 07:48 PM

There any way to indicate the number of blank lines between groups of variables I want?

public frmPrincipal FormularioPadre;
public RibbonTab oTab;
private Boolean bProcessing;
private List<frmMantenimientoDatos> FormulariosHijos = new List<frmMantenimientoDatos>();
private RadButtonElement oAdicionar, oEditar, oEliminar, oActualizar, oArriba, oAbajo, oVistaPrevia, oCerrarVistas;
private ContextualTabGroup oContextualTab;
private RadDropDownButtonElement oExportar;
private List<RibbonTab> oTabs = new List<RibbonTab>();
private RadWaitingBar rwbarWaiting;
private String sTitulo;
private DataTable table;

I would like:
public frmPrincipal FormularioPadre;
public RibbonTab oTab;
<customizable number blank lines>
<customizable number blank lines>
private Boolean bProcessing;
private List<frmMantenimientoDatos> FormulariosHijos = new List<frmMantenimientoDatos>();
private RadButtonElement oAdicionar, oEditar, oEliminar, oActualizar, oArriba, oAbajo, oVistaPrevia, oCerrarVistas;
private ContextualTabGroup oContextualTab;
private RadDropDownButtonElement oExportar;
private List<RibbonTab> oTabs = new List<RibbonTab>();
private RadWaitingBar rwbarWaiting;
private String sTitulo;
private DataTable table;

Thanks

Victor Bocanegra

2 Answers, 1 is accepted

Sort by
0
Blagoev
Telerik team
answered on 19 May 2011, 01:25 PM
Hi vbocanegra,
Thanks for sending this request. I added a PITS item for that so you can track its progress.

Best wishes,
Blagoev
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
Blagoev
Telerik team
answered on 19 May 2011, 01:25 PM
Hi vbocanegra,
Thanks for sending this request. I added a PITS item for that so you can track its progress.

Best wishes,
Blagoev
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
General Discussions
Asked by
vbocanegra
Top achievements
Rank 2
Answers by
Blagoev
Telerik team
Share this question
or