开发者

How to make a navigation in Expression Blend 4?

So I created a layout in Expression Blend 4 for my Silverlight application. Now I need to create a simple navigation to navigate between pages. I have a canvas control in the layout (MainPage.xaml) and I would like the navigation buttons to just change the content of the canvas.

So if a user clicks on a navigation button for Page1.xaml, the Page1's content will be loaded into the canvas.

Could anybody give me an example how to do it? I tried using the M开发者_JAVA百科enuItem control but I could not understand how to use it. Now I have just used buttons but I don't know how to make a navigation from them.


I would love to be wrong about this but Im pretty sure, Blend 2,3,4 (the ones I have used)are just like windows form development your controls are not active until you actually build and run the application. Sorry

Edit

To answer your comment the menuItem is a simple control that has been predefined like a button or link. The main idea with blend is to give developers and designers the ability to customize the look and feel of control layout in a similar way html uses CSS and javascript.


Try using "Hyperlink Buttons" for your menu and display the content in a "Frame" control.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜