摘要:
public partial class UCNumberBox : UserControl { public UCNumberBox() { InitializeComponent(); } private bool _IsDecimal = true; /// <summary> /// 是否为 阅读全文
摘要:
<UserControl x:Class="CostWPF.UserControls.LabelComboBox" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:d="http://schemas.mi 阅读全文
摘要:
xmlns:hc="https://handyorg.github.io/handycontrol" xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc="http://schemas.openxmlformat 阅读全文
摘要:
<UserControl Width="{Binding RelativeSource= {RelativeSource FindAncestor, AncestorType={x:Type ListView}}, Path=ActualWidth}" Height="{Binding Relati 阅读全文
摘要:
1、新建VSIX项目后,里边基本什么都没有 项目上右击,添加新建项 随便起一个名字,例如我的是 RightCmd 2、里边有一个vsct的文件,这个文件相当于MVC里的html,是用于配置显示的。 打开它,里边前几行,有一个引入的文件,vsshlids.h,这个文件,你可以去 项目路径\packag 阅读全文
摘要:
VS2015以后,没有Visual Studio Package了,直接在“模版”-》“Extensibility”->"VSIX Project" 阅读全文
摘要:
1、改变默认的背景(背景色) [[UITabBar appearance] setBackgroundImage:[UIImage imageFromColor:[UIColor colorWithR:50 G:66 B:81] forSize:CGSizeMake(SCREEN_WIDTH, MA 阅读全文
摘要:
1. 删除工程文件夹下的Podfile、Podfile.lock及Pods文件夹 2. 删除xcworkspace文件 3. 使用xcodeproj文件打开工程,删除Frameworks组下的Pods.xcconfig及libPods.a引用 4. 在工程设置中的Build Phases下删除Che 阅读全文