摘要: 1 splitter1.Width = 6; 2 splitter1.Height = 1024; 3 Label l = new Label(); 4 l.Text = "···"; //写入的字,具体指示到符号的不同。。比如3为左箭头,4为右箭头。 5 l.Size = new System.Drawing.Size ( (int)l.Font.Size -3, l.Font.Height * l.Text.Length ) ;//显示为垂直竖列居中 6 ... 阅读全文
posted @ 2013-10-16 13:34 天生我豺 阅读(406) 评论(0) 推荐(0) 编辑