Datagrid properties

A forum devoted to the discussion of all topics having to do with scripting and other advanced programming using iX Developer.
Post Reply
kim
Posts: 15
Joined: Fri Feb 03, 2012 11:38 am

Datagrid properties

Post by kim »

Using X2 Pro 10, with scripting:

1)
In a datagrid I can change the table font using

Code: Select all

dgTable.Font = new Font("Verdana", 16, FontStyle.Regular);
But I like to modify table header font as well, but doesn't know how. Any suggestions?

2)
Is it possible to remove the column most to left containing row indicator? I change selected row background color for this indication. I same some space in screen if could remove this column.

3)
Is it possible to change width of vertical scroll bar in this table? Or disable it?

monikavd
Posts: 2
Joined: Wed Oct 04, 2017 3:24 am

Re: Datagrid properties

Post by monikavd »

Hi!

I've disable the "ParentRowsVisible" and "RowHeadersVisible" and it makes the first colum invisible, but, sometime, when I recompile the properties change to default.

I'm trying to modify some properties of datagrid but I don't know how.
Do yo know how to modify the columm width?

Thanks!

kim
Posts: 15
Joined: Fri Feb 03, 2012 11:38 am

Re: Datagrid properties

Post by kim »

Hi

I didn't modify column width.
What I have found it seems header font cannot be modified :(

ThatGuy
Posts: 10
Joined: Wed Sep 13, 2017 10:20 pm

Re: Datagrid properties

Post by ThatGuy »

monikavd wrote:
Tue Feb 06, 2018 2:38 am
I'm trying to modify some properties of datagrid but I don't know how.
Do yo know how to modify the columm width?
Hi,

Did anyone manage to change the column width properties?

Post Reply