ListviewComboBox readonly property doesn't work.

0
0

Hi,

So, the readonly property doesn’t seem to work on ListviewComboBox controls.

Steps to reproduce:

  1. Add a ListviewComboBox to a page or whatever
  2. Add a column
  3. Add the following code on the OnLoad event:
  4. For a As Integer = 1 To 10
    ListViewComboBox1.Items.Add(New ListViewItem({“Item ” & a.ToString}))
    Next

    ListViewComboBox1.ReadOnly = True

  5. Run and try changing the value. Which should not be allowed.

Note: I’m using version 2.2.6

Thanks in advance!

Vincent

  • You must to post comments
0
0

Hi Vincent,

This is a confirmed bug, I’ll let you know when it’s fixed.

Thank you for reporting it!

Best,
Alaa

  • You must to post comments
Showing 1 result
Your Answer

Please first to submit.