Forum Replies Created
How to set the Header Bold I see several properties that can be set for individual cells and the entire list. But I can't seem to find the property to set the header to bold? Suggestions? Thanks. Ben |
In forum DataView |
1 year ago |
RE: What's the trick to get 100,000 rows loaded quickly? I was able to get it down to about three to four seconds which is good enough for now. I'll revisit this again later on in the project. thank you. |
In forum DataView |
1 year ago |
RE: What's the trick to get 100,000 rows loaded quickly? haha 'I'm using a for loop in XOJO to DISPLAY data' not get data. sorry for the typo. I was up very late composing the question. |
In forum DataView |
1 year ago |
What's the trick to get 100,000 rows loaded quickly? I'm using a for loop in XOJO to get data from a rowSet obtained from sqlite. This is the loop For each row as DatabaseRow in rs ListboxPathToFiles.AddRow(row.ColumnAt(0).StringValue, Row.ColumnAt(1... |
In forum DataView |
1 year ago |