Hi,
We have created our own Visual Studio Extensions using the Visual Studio SDK (VSIX Project).
Is it possible to customize the extension window's Interface using HTML and CSS?
Thanks,
Vinod
Hi,
We have created our own Visual Studio Extensions using the Visual Studio SDK (VSIX Project).
Is it possible to customize the extension window's Interface using HTML and CSS?
Thanks,
Vinod
Hi Vinod, could you simply describe your custom Visual Studio extension? If possible, please share us some screenshots about the extension window.
Hi AnnaXiu,
To be simple, our extension window will have some information in a table format.
The functionality of the extension window is below: (We have a TCP Server)
1. Display the data from the server
2. Allow the user to update the data in the extension window (which would update the changes in the server)
We had achieved this functionality, but the problem is, we are facing many challenges with respect to the table's UI,
So, we decided to go with HTML and CSS to display the content in the extension window.
And we ended up with the below package:
https://github.com/windows-toolkit/Microsoft.Toolkit.Win32
Can you please let us know if this package would help us meet our requirement (That is, rich UI look and good performance)
Thanks,
Vinod
Dear customer, after my research, I am afraid that it can’t meet your requirement.
5 people are following this question.