Hello
I have a pdf Viewer in a usercontrol that is itself loaded in my main windows form
When I have my screen set to a scaling factor larger than 100%, the whole application is resized when I load a document in the pdfviewer.
The usercontrol that hosts the viewer has autoscale set to none (like all the other elements of the project)
all other forms and elements behave normally under scale factor larger than 100%
the attached screen copy shows the change of size (for test purpose I have set my screen scale factor at 200%)
Thanks in advance for any suggestion
Best regards
Pierre-Jean
Hello
I have a popunEditor that opens a Container in which I have a filedialog to open a file.
as soon as I select the file the container closes (see attached screen copy)
Is there a way to prevent this to happen and close only on demand ?
This isn't a complaint thread. It's a thank you thread.
This control is awesome and opens the door to several code editor projects I had plans to create for proprietary languages.
Much appreciated!
I've pasted 26k of data into the textbox and things go really bad. The max characters for this say it should handle 2,147,483,647, but there is no way I've experienced anything remotely close to that.
The problems:
Scrolling is choppy and slow
I can CTRL-A to highlight everything (which is fairly fast), then I right and get the context menu, but I can't ever select Copy.
Any more data than the above 26k, the control is pretty much just locked up.
To Reproduce:
In order to make sure it wasn't my app causing the issue, I created a new app, dropped a radTextBoxControl onto it. Resized it to 1218, 828 (randomly chosen), then ran the app.
I pasted the same 26k of data (XML content, but it doesn't seem to matter what it is), and the same issues I first described above happened.
Hi guys, I've experienced a new weird behaviour. In this case the RadSplitContainer makes up his own color.
The UserControl I created still has the default BackColor "Control". Everything else is set to "Transparent". Why is the SplitContainer blue???
When i scroll RadGridView horizontally the Summary row border sometimes hidden and also the value of the cell.
Please check attached image..
Waiting for your favorable response.
Thanks
Hi,
I have a image background on a normal winforms
How can I make RadTreeView component be transparent and to see the the image background?
Thanks in advance