Query |
Answers | ||
Intellisence popup is not displayed. |
Based on your provided code, you have used inbuilt HTML configuration and in that, Intellisence Keywords will not be available. So to display Intellisence popup, it is needed to configure our own language [Just include] necessary keywords combination in it.
For Example
We have created custom language for C# language.
Code Snippet: [XML]
Need to handle ContextChoiceOpen and ContextChoiceBeforeOpen events to configure intellisence popup items.
Code Snippet: [C#]
We have also prepared sample for your reference and it can be downloaded from below location.
Sample: EditControlSample
Screenshot
| ||
Scale function is not working. |
This reported Scale function is not the part of EditControl and it is a framework element property.
Screenshot
So please let us know the purpose of this requirement. We will analyze and provide you the prompt solution.
| ||
Do you have a code sample for the functions shown on the following page?
https://www.syncfusion.com/products/windows-forms/editcontrolHello
|
This provided link is not working. We hope you are referring to Syntax highlighting functionality configuration steps. If so, please refer the sample in below location.
Location: Syncfusion\EssentialStudio\[Installed Version]\Windows\Edit.Windows\Samples\Syntax Highlighting\Syntax Coloring\CS
Otherwise, kindly share us the proper link. So that we can check and provide you the prompt details. |
1-Thank you for your detailed reply. It was helpful.
2-As per the "scale" method, I wanted to be able to zoom-in and zoom-out (same as what you can do on web page or VS20XX when you press Ctrl+ or Ctrl-).
3-The website I provided the url for should have read:
https://www.syncfusion.com/products/windows-forms/editcontrol
I was seeking a sample code for the functionality shown since the samples I got with the version 14.24.6.
4-I also wanted to know how to change the font on the editor. Code like myEditor.font=... does not work. I can open a new thread for this if you suggest so.
Thank you very much.
EK.
S.No |
Query |
Answer | ||||||||||||||||
1 |
Thank you for your detailed reply. It was helpful. |
Thanks for your Feedback. | ||||||||||||||||
2 |
As per the "scale" method, I wanted to be able to zoom-in and zoom-out (same as what you can do on web page or VS20XX when you press Ctrl+ or Ctrl-). |
We have prepared the sample video for your reference. It can be downloaded from the below link.
Video link: http://www.syncfusion.com/downloads/support/forum/132327/ze/EditControlZoom1781612426.zip
Please find the above link and Can you please confirm as if these as your reported behavior?
| ||||||||||||||||
3 |
The website I provided the url for should have read:
I was seeking a sample code for the functionality shown since the samples I got with the version 14.24.6.
|
Please find the sample in below location.
| ||||||||||||||||
4 |
I also wanted to know how to change the font on the editor. Code like myEditor.font=... does not work. I can open a new thread for this if you suggest so. |
This reported Font property is not the part of EditControl and it is a framework element property.
Please refer the Screenshot.
Screenshot
If you want to change the Font size and Font style, please add the values in Config.xml file.
Please make use of the below Code snippet.
Screenshot
We have also prepared the sample and video for your reference. It can be downloaded from the below link,
Sample: EditControlFontSample
Video: EditControlFontVideo
|
Thank you very much for your excellent support. I will study your input. In the meantime, please consider the question closed. Thanks again.