This is a migrated thread and some comments may be shown as answers.

Control to associate with resolution

3 Answers 81 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Prabodh
Top achievements
Rank 1
Prabodh asked on 26 May 2009, 06:12 AM
Hi,

I am new to RAD controls and found some very good controls.

I am wondering why you people are not providing any controls to suit screen resolution. I mean controls should adjust themselves to suit screen resolution.

Also I found lack of ToolTip control. You can provide Office like Tool tip.

Please think on this....

Thanks and regards,
Prabodh

3 Answers, 1 is accepted

Sort by
0
Victor
Telerik team
answered on 26 May 2009, 07:22 AM
Hi Prabodh,

Thank you for writing. Please clarify what you mean by controls to suit screen resolution. If you are referring to the DPI independence of WPF, we do not support it because we are using System.Drawing.Graphics. The Graphics class is responsible for providing all the basic drawing algorithms and does not provide device independent units.

We provide a tool tip and it is called a ScreenTip. You can see it in action in our demo application -->  RadGridView demos, to be more precise.

Please write back if you have other questions.

Greetings,
Victor
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
Prabodh
Top achievements
Rank 1
answered on 26 May 2009, 08:53 AM
Hi,

Thanks for your reply.

What I was asking for is as follows:

Suppose I have one form containing two text boxes and one button. when I run the form with start up position normal then its looks fine. but when I resize the form controls positions doesn't change. so do u have any control which provide this functionality i.e. when I resize the form controls should be evenly spaced.

u can have a look at the C1Sizer control which is provided by component one.

Thanks and regards,
Prabodh
0
Victor
Telerik team
answered on 26 May 2009, 01:05 PM
Hi Prabodh,

Thank you for your question. The layout of the container, the form in your case, is responsible for adjusting the position of the controls. In windows forms you can customize the layout mechanism by writing your own classes that implement the needed logic. Windows Forms provides only a TableLayoutPanel. We provide a few such classes. Some of these are WrapLayoutPanel, DockLayoutPanel and StackLayoutPanel. You can use these as containers in order to achieve the automatic rearrangement you require. Also note that all Control objects have Anchor and Dock properties which can be used to achieve some relativity in your applications. Please write back if you need further assistance.

Best wishes,
Victor
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
General Discussions
Asked by
Prabodh
Top achievements
Rank 1
Answers by
Victor
Telerik team
Prabodh
Top achievements
Rank 1
Share this question
or