MahApps.Metro
MahApps.Metro copied to clipboard
IP TextBox
It would be great to have an Control that can be used to set/change an IP Address object.
@TripleNico IMO this cannot be shipped with a standard controls library, as this is a quite complex topic. There are several ways to display IP-Addresses and several types if them Wiki. I think you should design a UserControl
for it and do some validation in your ViewModel
Happy coding Tim
@timunie Thanks for your reply. I understand this is a difficult object to make. I use my own made which is ok, not perfect and was hoping that the MahApps could make something awesome like you guys always do ;-) If it's a rainy day maybe i will have it a try and upload a pull request. Thanks!
@TripleNico You can try using a TextBox
together with the TextBoxInputMaskBehavior
from ControlzEx.
Since this issue is still open, i found a very good solution here: https://stackoverflow.com/a/35326967/4847008 it would be a great start. It is however not complete as you can still enter values above 255.
Maybe for a rainy day ;-)