在Winform中GridView如何实现outlook style?
按照Demo,要实现该效果,需要设置:/*
~Note: the following properties are set at design time and listed here only for demonstration purposes.
gridView1.OptionsView.GroupDrawMode = Views.Grid.GroupDrawMode.Office;
gridView1.OptionsView.ShowGroupedColumns = true;
gridView1.OptionsView.ShowGroupPanel = false;
gridView1.OptionsView.ShowVerticalLines = Utils.DefaultBoolean.False;
*/
可是照此设置后没有起到预期的效果,请问该如何实现?另外,是否对输入的数据格式或内容还有其他要求?
页:
[1]