开发者

WrapPanel in Silverlight 4 toolkit

This seems like such a silly question, but I can't for the life of me figure out how to use the WrapPanel in the most recen开发者_运维百科t (April 2010) Silverlight toolkit.

Apparently they thought it was a good idea to change the namespaces/assemblies around, and not put anything on their codeplex site about this. And their samples for these controls do not show the entire code (like where they register these namespaces.)

Any help would be appreciated.


What have you tried? From what I can tell from the source, it should be something like:

<UserControl ... xmlns:tk="http://schemas.microsoft.com/winfx/2006/xaml/presentation/toolkit">
    <tk:WrapPanel/>
</UserControl>

Note that it shouldn't really matter if they've changed assemblies around, or even namespaces, because they've mapped relevant CLR namespaces to http://schemas.microsoft.com/winfx/2006/xaml/presentation/toolkit.


Sigh - here's what you need:

xmlns:wp="http://schemas.microsoft.com/winfx/2006/xaml/presentation/toolkit"

Hope someone else stumbles on here and saves some time.


Try putting ScrollViewer.HorizontalScrollBarVisibility="Disabled" on your list box

Found that here

http://blogs.msdn.com/b/synergist/archive/2009/01/19/using-silverlight-toolkit-wrappanel-in-your-listbox.aspx

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜