D
dubiousp
Guest
Good morning Im using a rich text box to add data to from a text field, essentially this is column data
Im adding and deleting OK but the delete is just replacing with a space my question is if there are say four items how do I move the text up to fill space
private void btnmedsremove_Click(object sender, EventArgs e)
{
rtbmeds.SelectedText = "";
Continue reading...
Im adding and deleting OK but the delete is just replacing with a space my question is if there are say four items how do I move the text up to fill space
private void btnmedsremove_Click(object sender, EventArgs e)
{
rtbmeds.SelectedText = "";
Continue reading...