摘要:StretchTreeViewItemStyle: <Style x:Key="TreeViewItemFocusVisual"> <Setter Property="Control.Template"> <Setter.Value> <ControlTemplate> <Rectangle/> <
阅读全文
摘要:1、uint CreateShader(enum type) : 创建空的shader object; type: VERTEX_SHADER, 2、void ShaderSource(uint shader, sizeicount, const **string, const int *lengt
阅读全文
摘要:Winform 里有 Application.DoEvents();可刷新! WPF 里没这个,尽管可用委托实现多线程,但是刷新还是不行! 后来找到了 类似App.DoEvents()的方法(); 代码: public partial class App : Application { privat
阅读全文
摘要:使用附加属性: <Grid Height="120" Grid.Row="1" cui:GridOptions.ShowBorder="True" ></Grid> public class GridOptions { //暂时不处理实时显示的事情 #region 显示边框信息 public sta
阅读全文