我想以编程方式在富文本框中添加图像。
逻辑是,当我单击用户图像时,RTB 中将出现,其下方将显示他的详细信息。我能够显示详细信息,但如何在这些数据之前显示图像。
图像在图片框控件中
//Here i want the image code so that it can appear above the following user details.
rtext.Text = "Number - 1"
rtext.AppendText(Environment.NewLine)
rtext.Text = rtext.Text + "Name - John Doe"