Jan 28 2011 at 2:42 PM
Edited Jan 28 2011 at 9:07 PM
|
How do you display a image with some text below it ?
Dim CFProducts As New List(Of ControlLibrary.CoverFlowItemControl)
Dim oCover As New ControlLibrary.CoverFlowItemControl
oCover.Name = someid
oCover.Content = sometext
CFProducts.Add(oCover)
CoverFlow.ItemsSource = CFProducts
I've followed the samples, and no images or text appear.
|