|
-
Registered User
Change datagrid selection font color?
I've been playing around with my datagrid for awhile now trying to customize it. How can I change the color of the selected rows font?
This is my code so far:
dataGrid.showHeaders = false
dataGrid.setStyle("fontFamily", "calibri");
dataGrid.setStyle("headerFontFamily", "Virtual DJ");
dataGrid.setStyle("fontWeight", "bold");
dataGrid.setStyle("fontSize", "14");
dataGrid.setStyle("headerColor", "0x000000");
dataGrid.setStyle("backgroundColor", "0x000000");
dataGrid.setStyle("color", "0xed1b23");
dataGrid.setStyle("selectionColor", "0xed1b23");
dataGrid.setStyle("rollOverColor", "0xed1b23");
dataGrid.setStyle("selectionDuration", "300");
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|