Bonjour,

Je voudrais mettre un border en rouge autour de mon datagrid, je fais comme suit :

Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
<mx:DataGrid
	xmlns:mx="http://www.adobe.com/2006/mxml"
	sortableColumns="false"
	variableRowHeight="true"
	selectable="true"
	height="85"
	borderStyle="solid"
	borderColor="red"
	>
mais aucun effet