From the course: LINQPad Essential Training

Unlock this course with a free trial

Join today to access over 22,600 courses taught by industry experts.

Change the appearance with custom CSS

Change the appearance with custom CSS - LINQ Tutorial

From the course: LINQPad Essential Training

Change the appearance with custom CSS

- [Instructor] The LINQPad output is formatted as HTML and CSS, we can write around CSS to modify the appearance of the results. I've already executed the query and you can see there are two tables in the results panel. There's also a green header that has some green dots down the side. These are generated by using the dump method and creating our own custom header with this string. Also see there's a blue header on the table and on the second table, there's a gray column header. You can modify the CSS by going to the preference dialog. Go to results. In this tab, we can see many settings for changing what's shown in the results panel, I can change the default appearance of the table, I can use the table or a data grid, I can change way the columns are ordered, I can change the date time format, and how many rows are shown in rich text mode. What we're interested in this video, is here, the style sheet for text…

Contents