Usually i populate the common DropDown list using the following code:
For some reasons i cannot use the same code for RadCombobox.
Can you show me how do i populate it with the currently installed fonts ??
Thanks
| Dim installed_fonts As New InstalledFontCollection |
| For Each family In FontFamily.Families |
| DropDownList1.Items.Add(family.Name) |
| Next family |
For some reasons i cannot use the same code for RadCombobox.
Can you show me how do i populate it with the currently installed fonts ??
Thanks