add four resized bitmaps size by side
Posted: Fri Nov 18, 2011 5:31 pm
I have tried the following
rvesds.Addpicture('',bmp,rvvabaseline)
rvesds.Setitemextraintproperty(rvesds.itemcount-1,rvepImagewidth, 45);
rvesds.Setitemextraintproperty(rvesds.itemcount-1,rvepImagehight, 45);
for each image, however there is a line return between each image
so they are each on a new line, how can i get them all in one line?
rvesds.Addpicture('',bmp,rvvabaseline)
rvesds.Setitemextraintproperty(rvesds.itemcount-1,rvepImagewidth, 45);
rvesds.Setitemextraintproperty(rvesds.itemcount-1,rvepImagehight, 45);
for each image, however there is a line return between each image
so they are each on a new line, how can i get them all in one line?