Contents
- Creating the ComboBoxAdv control in expression blend
- Appearance
Having trouble getting help?
Contact Support
Contact Support
Blendability in WPF ComboBox (ComboBoxAdv)
29 Mar 20231 minute to read
Creating the ComboBoxAdv control in expression blend
To create ComboBoxAdv instance in Expression Blend:
- Open Expression Blend.
-
On the File menu, select New Project. The New Project dialog box opens.
- In the Project type’s pane, select WPF,and then select WPF Application.
-
In the Name field, type the name of the project, and then click OK.
- On the Window menu, select Assets. The Assets Library dialog box opens.
- In the Search box, type ComboBoxAdv. The search results are displayed.
-
Drag the ComboBoxAdv control to Design view. An instance of the ComboBoxAdv control is created.
Appearance
You can customize the appearance of the ComboBoxAdv control by editing the style of the control in Expression Blend or by using the following properties exposed by ComboBoxAdv control:
- Edit style in Expression Blend
- Customizing by using properties
Blendability
You can edit the style of ComboBoxAdv by using Expression Blend. To edit the ComboBoxAdv control’s style in Expression Blend:
- Drag the ComboBoxAdv control to the Design view. The ComboBoxAdv control will appear as shown in the screen shot displayed below.
- Right-click the ComboBoxAdv control, select Edit Template, and then select Edit a Copy.