Hello Found a problem with Unicode Character 'MODIFIER LETTER TURNED COMMA' . TextBox does not show it correctly with Arial font? Is this a font problem or bug in editcontrols? http://www.fileformat.info/info/unicode/char/2bb/index.htm http://www.fileformat.info/info/unicode/char/2bb/fontsupport.htm...
Tested same scenario with 2 pictureboxes and with pboxes everything works. For some reasons this affects only rebar, but I must test with other controls too.
1) Add picturebox to form - align top
2) Add rebar to form - align top
3) Move rebar with the mouse to the top (first positon)
4) at desgin time rebar is the first control, but when you run the app, rebar is the second control
Hi again, I found another strange problem with rebar and i cant figure out, what's causing this. I think it has something to do with rebars height and/or border. 1) On my form i have rebar as first top aligned control 2) Second top aligned control is picture box 3) Third top aligned control one my o...
Hi, I also tested your events sample, but same problem there. If groups are enabled and you click column header, items are not sorted, but when you set ShowGroups=False, then sorting works fine. In my app i use workaround - after click and sorting I set showgroups to false and back to true :) And of...