Cannot delete controls from a tab panel using visual designer in VS2017

Answered
0
0

I’m not sure if this is a VS2017 issue or as a result of 1.4.80 as I upgraded to both at the same time.

In the visual designer I have added a tab panel to a window and then some controls onto the tab panel. Once controls have been added I am unable to remove the controls, either by selecting the control and pressing “delete” or by right clicking on the control – delete is inactive.

Thanks

Nic

 

  • You must to post comments
Best Answer
0
0

Sorry yes I meant tabPage. I’ve now updated to 1.4.82 and I no longer have the problem.

  • Cristian Zerbinati
    With 1.4.82 I have problem with BackgorundSourceImage path … it convert same combination with bad char example “\desktop” became “Þsktop”
  • Luca (ITG)
    There is no conversion or encoding anymore, that’s probably just VS or Chrome showing the escape. Now Wisej is not encoding the URL because we had apps that were using already encoded URLs and encoding twice made it invalid. Also Wisej was encoding using System.Web URL encoding which encoded spaces to + which is correct, but IIS lately decided that + is unsafe so it was blocking the same URL generated by Microsoft’s URL encoder… Looking for a solution that works for all. Can you send a small test case to support at iceteagroup.com please to make sure we are looking at the same thing.
  • You must to post comments
0
0

For Tab panel, did you mean TabPage control?

I use VS2017 wisej 1.4.80 I have not this problem

bye

Cristian

  • You must to post comments
Showing 2 results
Your Answer

Please first to submit.