or
<?xml version="1.0" encoding="utf-8" ?> |
- <RadDock Orientation="Horizontal" BackColor="191, 219, 254" TabIndex="0" TabStop="False"> |
<DocumentManager DocumentInsertOrder="InFront" /> |
- <Controls> |
- <Telerik.WinControls.UI.Docking.ToolTabStrip BackColor="191, 219, 254" SelectedIndex="0" Size="200, 98" Location="0, 0" Name="" TabIndex="1" TabStop="False"> |
<SizeInfo SplitterCorrection="0, 0" AutoSizeScale="0, 0" /> |
- <Controls> |
<Telerik.WinControls.UI.Docking.HostWindow Name="ToolWindow1" Text="Registration Group" Size="198, 69" Location="1, 28" /> |
</Controls> |
</Telerik.WinControls.UI.Docking.ToolTabStrip> |
- <Telerik.WinControls.UI.Docking.ToolTabStrip BackColor="191, 219, 254" SelectedIndex="0" Size="200, 99" Location="0, 101" Name="" TabIndex="2" TabStop="False"> |
<SizeInfo SplitterCorrection="0, 0" AutoSizeScale="0, 0" /> |
- <Controls> |
<Telerik.WinControls.UI.Docking.ToolWindow CloseAction="CloseAndDispose" Text="Day Register" ToolCaptionButtons="AutoHide" DocumentButtons="None" Name="toolWindow1" Size="198, 70" Location="1, 28" /> |
</Controls> |
</Telerik.WinControls.UI.Docking.ToolTabStrip> |
</Controls> |
</RadDock> |
RadChart1.DataSource = dt |
RadChart1.DataGroupColumn = "Month" |
RadChart1.PlotArea.XAxis.DataLabelsColumn = "Category" |
RadChart1.DataBind() |
hi...
I have the following code to select the tab and bring to view... But this code is not working...
frmaudiofile.RadTabStrip3.TabStripElement.ScrollIntoView(frmaudiofile.Tabactiveclient)
frmaudiofile.Tabactiveclient.IsSelected =
True
How to select and make the tab active programatically?