or
private void PaieskaTab_Click(object sender, Telerik.Windows.RadRoutedEventArgs e) |
{ |
RadTabItem tabItem = new RadTabItem(); |
ListTemplate lst = new ListTemplate(); |
lst.tabWindow = tabItem; |
tabItem.Content = lst; |
tabItem.Header = "Paieskos langas"; |
tabItem.Name = "tabPaieskosTestas"; |
tabControlR.Items.Add(tabItem); |
} |
var tabItem = tabWindow as RadTabItem; |
var parentItemsControl = Telerik.Windows.Controls.ItemsControl.ItemsControlFromItemContainer(tabItem); |
parentItemsControl.Items.Remove(tabItem); |
Attributes | Value |
Name | Textbox |
DOB | Date Picker |
Origin | Combo Box (List of Countries) |
Hi Guys,
When I drag the nodes in the treeview, it displays "Infinity is not a valid value for the property Width". What caused this error?
Thanks,