Telerik RadRichTextEditor, how to align text right to left? - winforms

I have been trying to support RTL functionality using C# but couldn't find any reference to it other than RichTextEditorRibbonBar is able to switch between rtl and ltr but I want to do it manually using C#. Any suggestions?

Related

Drag-and-drop React UI builder?

I want to build my own web-based version of MS Paint using React. I have the basic javascript canvas code written and now I want to make a nice gui with a menu bar across the top, and a section on the left to select which tool to use, etc.
Can anyone recommend a drag-and-drop software with pre-made components like button, menu bar etc, to make it easy for me to make a professional-looking user interface? Alternatively, some tips on what my workflow should be like would be much appreciated.
Yes you can use BulderX It will give you the option to create UI by drag and drop and it will generate the code automatically.
A few projects listed on Reddit
webiny-js
blocks-ui
openchakra.app
pagedraw.io
craft.js
Using webiny myself at the moment.

Which layout to use for desining UI in wpf components?

I'am learning wpf. As a part of learning I'm converting a winforms application into a wpf application using mvvm.
In winforms I just dragged and droped. After that I aligned based on my requirement.
But in WPF when i drag and drop a default grid is wrapping the components and I'm facing great difficulty in aligning the components.
On learning the tutorials on wpf https://www.tutorialspoint.com/wpf/wpf_layouts.htm
I tried to work with but I don't know which is suitable for my UI.
I want to create UI in wpf as below winform
I have used grid and stackpanel but I have issue with alignment. In grid I have issue with adding new elements in the existing row. In stackpanel I face issue with spacing between the components and aligning the compnent.
Can anyone help me on which panel to use for the above kind of UI.
In general you don't use editors for WPF, you edit the layout XAML by hand and use the visualizer as a guide to show whether or not you've done it right. The Visual Studio editor does let you do things like basic layout, but as soon as you start using ControlTemplates/DataTemplates/Behaviours etc you'll quickly find that it's useless (and believe me, that moment will come much sooner than you think). If you really want to use a graphical editor then Microsoft Blend is your best bet, but even that is generally designed for non-programmers. In fact, in the 10+ years I've been a professional WPF contractor I've yet to encounter a single company that actually uses Blend...or indeed any other GUI-driven XAML editor...for their product development.

Is it possible to make interactive image editor in Ext JS 6.0?

Since I am a beginner in Ext JS, I was wondering whether it is possible to develop interactive image editor where user can do following things :
Add/remove custom shapes over canvas using drag and drop
Edit: resize, rotate, crop, etc.
Group/Ungroup shapes that are present on canvas
Perform operations at pixel level
etc.
I know, libraries like 'fabric.js' provide these features. Is it possible (and easy) to implement those features without using 'fabric.js' in Ext JS ? I see, there is an API class Ext.draw.sprite in Ext JS.
For example:
If I want to add drag/resize boundary around an object (using which user can easily rotate/resize/move the object), is it easy enough to implement in extjs or will I need to write this feature from scratch ?

Is Any built-in control available in DevExpress or Microsoft which contains the Alignment buttons like Microsoft excel having?

I need to add the control like Microsoft excel having to change the Alignment. Attached the image the below to show what i need to know whether the Devexpress or Microsoft already having any control related to this ???
Please share your suggestion on this.
Thanks in Advance!!!
DevExpress have tons of controls and it seems you are talking about the MS Word text editing. If so, and you are a first-time user of DXRichEditControl, you can refer to the following tutorial that describes how to start with it and create all the UI buttons related to the DXRichEdit' actions:
Provide a Ribbon UI for a Rich Text Editor
Provide a Bar UI for a Rich Text Editor

Using Expression Design to produce vector icons for WPF

I was toying with the idea of switching over to using XAML based icons instead of PNG-based icons, in a Visual Studio-based WPF project.
I can create reasonable and decent icons with Expression Design. but I don't get how the workflow from Expression Design to Visual Studio is supposed to work. I can export to a temporary file in WPF resource dictionary format, and then cut and paste into an actual resource dictionary in my project. I suppose. But that's getting really tedious.
How are you SUPPOSED to do this? (Export from Expression Design into a visual studio project).
fwiw, Expression Blend seems unusable for creating icons. It just doesn't play well with canvases. And Expression Design does have horrifying shortcomings and limitations. But I'd rather use a tool that's built to generate ARTWORK, rather than UI.
Is there a way to do this, and use use PACK URI's, since the project is currently heavily pack-uri based.
I think the piece I'm missing is there doesn't seem to be a standardized XAML format for image files.
Any tips appreciated.
Using Blend to create icons was always problem. I don't know how to make it simple but i could suggest a third party application for icons.. you can get it free here... It was Syncfusion's Metro studio where you get thousands of icons and you can export as well as png and xaml path... Its it a pre designed icons you can make use of it..

Resources