This sample demonstrates the different position options available for the WebDrillDown popup menus.
They can appear
above,
below, to the
left or
right of the main buttons.
The following links select a different display direction for the popup menus.
They use a query string parameter to programmatically set the Popup's FlyoutDirection property (no other changes are performed).
Below is an example of how you can set the WebDrillDown popup menus to appear above the main buttons:
WebDrillDown.Popup.FlyoutDirection = FlyoutDirection.Above;
In this sample the WebDrillDown is allowing you to select some food, organized by food group and item.
Clicking the "Submit" button will display the full path for your selection below:
Click the "Reset" link to clear your selection.