Domanda

How would you set a custom location for an error provider in VB.Net?

I have tried:

myErrorProvider.SetIconAlignment(myTextBox, ErrorIconAlignment.MiddleRight + 50)

However this doesn't work

È stato utile?

Soluzione

I don't think you can do it with the alignment. Try a different method: myErrorProvider.SetIconPadding(myTextBox, 50)

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top