Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
Adobe Flex SDK Previous
-
None
-
Affected OS(s): Windows
Affected OS(s): Windows XP
Language Found: English
Description
Steps to reproduce:
<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute">
<mx:AdvancedDataGrid x="226" y="116" id="adg1" designViewDataType="flat" width="441" height="233" headerColors="[0x336666,0x8dc7c7]">
<mx:groupedColumns>
<mx:AdvancedDataGridColumnGroup headerText="Company Info">
<mx:AdvancedDataGridColumn headerText="Symbol" />
<mx:AdvancedDataGridColumnGroup headerText="Details" >
<mx:AdvancedDataGridColumn headerText="Name" />
<mx:AdvancedDataGridColumn headerText="Industry" />
</mx:AdvancedDataGridColumnGroup>
</mx:AdvancedDataGridColumnGroup>
</mx:groupedColumns>
</mx:AdvancedDataGrid>
</mx:Application>
Actual Results:
The horizontal header cell divider lines seem to be doubled up which looks very chunky and not very pleasing when the background colors are dark
Expected Results:
Expected horizontal header cell divider lines to be the same size as the vertical header cell divider lines.
Workaround (if any):