Firstly I am not sure if this is a bug or not and I apologise in advance if its my lack of knowledge. I have a scrollview and I have added images to the scrollview panel,
img_blank_yes.Initialize("ImgView")
img_blank_yes.Bitmap = LoadBitmap(File.DirAssets, "yes_blank.png")
img_blank_yes.BringToFront
ScrollView1.Panel.AddView(img_blank_yes, 475, 51, 47dip, 50dip)
I have a sub called img_blank_yes_Click, but on the click event of the image nothing happens, what I want to do is change the image on the click event. I added a button to the scroll panel and that seemed to be ok so is this a bug with images?
Thankyou
img_blank_yes.Initialize("ImgView")
img_blank_yes.Bitmap = LoadBitmap(File.DirAssets, "yes_blank.png")
img_blank_yes.BringToFront
ScrollView1.Panel.AddView(img_blank_yes, 475, 51, 47dip, 50dip)
I have a sub called img_blank_yes_Click, but on the click event of the image nothing happens, what I want to do is change the image on the click event. I added a button to the scroll panel and that seemed to be ok so is this a bug with images?
Thankyou