c#/ xaml麻烦(微软Silverlight)

时间:2018-04-04 13:31:07

标签: c# xaml silverlight visual-studio-2015

我目前正在使用Microsoft Silverlight创建在线文件存储系统。但是,我遇到了一些麻烦。当网站加载时,我希望有按钮/链接指向用户在其目录中的每个文件,但是我无法在c#端创建按钮,并且无法使用任何类型的OOP来创建变量编号XAML中的按钮。任何帮助将不胜感激。

1 个答案:

答案 0 :(得分:0)

Scott Guthrie撰写了一篇关于使用ListBoxDataBinding来显示列表数据的教程。 https://weblogs.asp.net/scottgu/silverlight-tutorial-part-5-using-the-listbox-and-databinding-to-display-list-data

enter image description here

只需在<Button />中添加StackPanel