Int64editbox unable to display "0x" notation for hex values

Editors for WPF Forum

Posted 9 years ago by Justin Palisoc
Version: 15.1.0621
Platform: .NET 4.5
Environment: Windows 8 (64-bit)
Avatar

hi actipro,

 

I am using Int64editbox control to display hex values. I need to display the hex "0x" along with the actual hex value:

hex value displayed as: FF

need to display as: 0xFF

is the control capable of this? or should i resort to maskedtextbox instead?

 

thank you,

 

Justin

Comments (1)

Answer - Posted 9 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar

Hi Justin,

Sorry but the control only supports the standard formats "x" and "X" which don't show the "0x" in front.  You could always put a "0x" TextBlock either in front of the control or you might be able to inject it directly in the control itself by looking at the PartEditBox Item Placement QuickStart as an example.


Actipro Software Support

The latest build of this product (v24.1.1) was released 2 months ago, which was after the last post in this thread.

Add Comment

Please log in to a validated account to post comments.