Here is code for review:
<DataTemplate>
<Grid>
<StackPanel Orientation="Horizontal">
<gi:GIComboBox Width="100" Height="20" ItemsSource="{Binding ListaDe}" />
<gi:GILabelSubtitulo Content="----->" />
<gi:GIInputText Height="20" Width="100" Margin="10 0 0 0" Mask=""/>
<gi:GIBotaoComum Height="20" Width="30" Content="..." Margin="10 0 0 0" />
</StackPanel>
</Grid>
Should not Binding work since each ListBox item represents an object in my list?