如何通过创建自定义XtraVerticalGrid控件子节点来实现自定义行缩进?
作者:zhuhm 来源:本站原创 浏览:Loading...次 发布时间:2012-07-24 评论:0条
本文主要介绍如果通过创建自定义DevExpress XtraVerticalGrid控件子节点来实现自定义行缩进。
注:从DevExpress 12.1版本开始,你可以通过VGridControlBase.OptionsView.LevelIndent属性来实现实现自定义行缩进。
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
namespace WindowsApplication41
{
public partial class Form1 : Form
{
public Form1()
{
InitializeComponent();
}
private void Form1_Load(object sender, EventArgs e)
{
// cvGridControl1.IndentWidth = 0;
}
}
}
Imports Microsoft.VisualBasic
Imports System
Imports System.Collections.Generic
Imports System.ComponentModel
Imports System.Data
Imports System.Drawing
Imports System.Text
Imports System.Windows.Forms
Namespace WindowsApplication41
Partial Public Class Form1
Inherits Form
Public Sub New()
InitializeComponent()
End Sub
Private Sub Form1_Load(ByVal sender As Object, ByVal e As EventArgs) Handles MyBase.Load
' cvGridControl1.IndentWidth = 0;
End Sub
End Class
End Namespace
欢迎任何形式的转载,但请务必注明出处,尊重他人劳动成果
转载请注明:文章转载自:DevExpress控件中文网 [http://www.devexpresscn.com/]
本文地址:http://www.devexpresscn.com/DevExpress-Resources/Documentation-166.html
关键字: DevExpress XtraGrid
评论列表
暂无评论
请谈谈你的看法 请使用IE或者Firefox浏览器,暂不支持Chrome!
慧都控件网为DevExpress界面控件的中国地区唯一正式授权经销商,正版控件销售公司,授权代理商,经销商及合作伙伴。
电话:400-700-1020
023-66090381
邮箱:sales@evget.com