Home > Net >  Winform DevExpress plug-in textEdit cursor positioning problem
Winform DevExpress plug-in textEdit cursor positioning problem

Time:09-20


Program interface all textedit gridview cell editing operations, even can't use a mouse cursor positioning, can only use the right arrow key position, and each click the cursor in the text the forefront, how do I solve? Tested a pure form interface, control there is no problem, I have the form of nested in a main interface panel, don't know is for this reason, to ask you a great god

CodePudding user response:

Don't sink sink! Is developing the project there is this problem very anxious!

CodePudding user response:

http://bbs.itheima.com/forum.php? Mod=viewthread& Tid=198114 & amp; Page=1 # pid1460779

CodePudding user response:

This is a cursor location problem, online methods still have a lot of, you wait for someone else to answer this time is to find the corresponding method

CodePudding user response:

reference qq_17486399 reply: 3/f
this is a cursor location problem, method or a lot of online, you wait for someone else to answer this time is to find the corresponding method


Trouble you carefully look at me label and picture, this is obviously a winform procedure, at least, is the PC, you gave me the android edittext website, is poor a bit more?

CodePudding user response:

Nested with you in where it doesn't matter, this control with very few people, to officer USES search on the net, https://documentation.devexpress.com/WindowsForms/7874/WinForms-Controls

CodePudding user response:

reference 5 floor duanzi_peng reply:
nested with you in where it doesn't matter, this kind of control with very few people, to officer USES search on the net, https://documentation.devexpress.com/WindowsForms/7874/WinForms-Controls

Textedit with less people? Is equivalent to a textbox, pulled directly, and then the cursor out of the question, I drag my test under the pure form of is no problem, what also need to this usage?

CodePudding user response:

To solve the problem is FormBorderStyle into the most suitable model

CodePudding user response:

The cursor position how to deal with

CodePudding user response:

refer to the eighth floor qq_34073599 response:
how the cursor positioning processing

Because before I is nested within the parent panel in the form. The parent is set to the parent panel, ok mdiparent to mdi format

CodePudding user response:

//the cursor
Private void Form1_Shown (object sender, EventArgs e)
{
TextEdit1. Focus ();
}
  •  Tags:  
  • C#
  • Related