Browse by Tags

Tagged Content List
  • Wiki Page: WPF: Best ComboBox Tutorial Ever

    Table of Contents Introduction Building the Sample Description 1. List<string> SelectedItem 2. List<Class> SelectedItem 3. List<Class> SelectedValue 4. ComboBox ItemTemplate 5. XAML Array - Static XAML Data 6. XML Data - XmldataProvider 7. Static Class Property 8. Composite Collection...
  • Wiki Page: Bind all Fonts by Name with their Font Style to the ComboBox using VB.NET

    Steps: 1. Create a new project in Microsoft Visual Studio (File -> New -> Project -> Visual Basic -> Windows Application). 2. Add a windows form named Form1. Insert a ComboBox control ( ComboBox1). Code: Write the function 'BindComboBox' for binding all font...
  • Wiki Page: Insert ComboBox item separator which is filled through Data Binding

    As title says, this article discusses how to add item separator in combo box which is populated using data binding. We will create a simple combo box in xaml as shown below with Binding to Items on DataContext source. <ComboBox Height = "40" ItemsSource = "{Binding Items...
  • Wiki Page: VB.NET Auto Complete Property (Otomatik Tamamlama) ("tr-TR")

    Bu makalemizde,TextBox ve ComboBox kontrollerinin kullanıcıya yazma ve seçme kolaylığı sağlayan Otomatik Tamamlama (Auto Complete) özelliğinden bahsedeceğiz. İnternet tarayıcılarında, web formlarında veya bilgisayarımızda görmeye alışık olduğumuz bu özelliği, geliştirdiğimiz uygulamalarda da...
  • Wiki Page: Best ComboBox Tutorial Ever, Ever!

    Everything you ever needed to know about ComboBoxes, but were afraid to ask... Table of Contents Introduction Download the code! 1. List<string> SelectedItem 2. List<Class> SelectedItem 3. List<Class> SelectedValue 4. ComboBox ItemTemplate 5. XAML Array - Static XAML Data 6. XML...
Page 1 of 1 (5 items)
Can't find it? Write it!