I'm trying to simply use the Category menu:
<aspdnsf:EntityControl ID="ctrlEntityCategory" runat="server"
EntityType="Category" MaxMenuSize="<%$ Tokens:AppConfigUSInt, MaxMenuSize %>" />
On v8 - I had easily made an edit to fly out the menu so that subcategories are shown by default. Switched to v9 and I have no idea what to do.
I'm basically looking to get 2 levels of the menu to show.
Thanks.