Search found 2 matches

by monikavd
Tue Feb 06, 2018 2:38 am
Forum: Scripting
Topic: Datagrid properties
Replies: 3
Views: 7076

Re: Datagrid properties

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!
by monikavd
Wed Oct 04, 2017 3:47 am
Forum: Scripting
Topic: Writing tag values to a file
Replies: 19
Views: 51008

Re: Writing tag values to a file

Hello!! What is the path you use to write on the panel? I tried using "C: /" but I can not then access that file via FTP Can anybody help me? Thank you! [quote="hans gerritsen"] public void SaveSettings(string path) { try { using (StreamWriter Saving = new StreamWriter(path)) { Saving.WriteLine(Glob...