Completed
Last Updated: 21 Mar 2019 17:27 by Dimitar
Alain
Created on: 30 Jan 2019 08:40
Category: UI for WinForms
Type: Bug Report
1
FIX. RadTextBoxControl - when added to a RadPageViewPage, the control`s caret is not visible after calling the control`s Select method in the SelectedPageChanged event of the page view
Workaround: additionally call the Select method of the text box element

Private Sub RadPageView1_SelectedPageChanged(sender As Object, e As EventArgs)
    If Me.RadPageView1.SelectedPage Is Me.RadPageViewPage1 Then
        Me.RadTextBoxControl1.Select()
        Me.RadTextBoxControl1.TextBoxElement.Select(0, 0)
    End If
End Sub
1 comment
Dimitar
Posted on: 21 Mar 2019 17:27
Hello, 
 
A Fix will be available in LIB Version 2019.1.325 scheduled for March 25th.

Best regards, 
Dimitar