随笔分类 - ◆WPF◆
WPF相关技术,绑定绑定,Style, ControlTemplate
    
摘要:WPF 的XAML引入名字空间的概念,经常容易让人混淆。如何引入名字空间,并且在XAML中调用其中的类,下面给一个简单的介绍。
        阅读全文
            
摘要:You can find their source code in codeplex at the ASP.NET source code.ExtendedMembershipProvider: http://aspnetwebstack.codeplex.com/SourceControl/cha...
        阅读全文
            
摘要:http://msdn.microsoft.com/en-us/library/ee230084.aspxhttp://msdn.microsoft.com/en-us/library/ee230084.aspxScrollBar Styles and Templates
        阅读全文
            
摘要:打开.csproject文件把Properties\Resources.Designer.cs相关的东西都删掉,就解决了这个问题了。 <Compile Include="Properties\Resources.Designer.cs"> <AutoGen>True</AutoGen> <DesignTime>True</DesignTime> <DependentUpon>Resources.resx</DependentUpon> </Compile> <Embedde
        阅读全文
            
摘要:常见效果,总结一下,不然总是搜来搜去,影响工作效率。
        阅读全文
            
摘要:WPF XP下去掉控件上的虚线框
        阅读全文
            
摘要:问题:动态创建控件,绑定了一个Style, 但是无法得到Style中Controltemplate的控件。解决: GroupBox gb = new GroupBox(); gb.Name = "groupbox1"; gb.Header = "MyTest1"; gb.Height = 50; gb.Width = 100; // 使用FindResource, 然后Apply gb.Style = this.FindResource("MyGroupBoxWithIcon") as Style; gb.ApplyTemplate(
        阅读全文
            
 
                    
                     
                    
                 
                    
                
 
 
         浙公网安备 33010602011771号
浙公网安备 33010602011771号