摘要: //view和viewmodel绑定 DataContext = LogViewModel.Instance; //指具体绑定对象 阅读全文
posted @ 2024-08-13 15:45 echo-efun 阅读(39) 评论(0) 推荐(0)
摘要: TextWrapping="Wrap" 不显示滚动条 ScrollViewer.HorizontalScrollBarVisibility="Disabled" ScrollViewer.VerticalScrollBarVisibility="Disabled" 阅读全文
posted @ 2024-08-13 15:24 echo-efun 阅读(52) 评论(0) 推荐(0)
摘要: System.Windows.Markup.XamlParseException:““设置属性“Prism.Mvvm.ViewModelLocator.AutoWireViewModel”时引发了异常。”,行号为“8”,行位置为“14”。” MissingMethodException: 没有为该对 阅读全文
posted @ 2024-08-13 14:35 echo-efun 阅读(552) 评论(0) 推荐(0)