Syncfusion Range slider space - c#

I am trying to add the syncfusion range slider in my xamarin form application.
everything is okay but there is a small problem.
there is a blank space in the top and bottom side of the range slider.
i don't know from where it's coming.
i just placed the slider inside a stacklayout that's it.
<range:SfRangeSlider x:Name="rangeslider_salary" Minimum="1000" Maximum="300000" RangeStart="3000" RangeEnd="100000" TickPlacement="None" ShowRange="True" ShowValueLabel="False" Orientation="Horizontal" LabelColor="#ED4350" KnobColor="#ED4350" TrackSelectionColor="#ED4350" ToolTipTextColor="#ED4350" RangeChanging="Rangeslider_salary_RangeChanging"/>
Thank you!

We have analysed your requirement and have created a simple sample with SfRangeSlider Control. Please have the sample from the below link.
Sample Link: RangeSlider
Please check the sample and let us know if you have any concern.
Regards,
Rabhia Beham K[Syncfusion].

Related

Dynamic grid-ish Flow-Layout using LayoutGroupControl and GroupControl

I am about to write a main menu for a Windows Forms application.
Rather than trying to explain my goal with a wall of text i made a quick(ugly) paint sketch:
As you can see here i want the Group Controls to automatically scale with their content(similar to the wrap_content attribute in android) and fit underneath each other if possible.
If anyone knows how to achieve this or even has a sample where he already did achieve it, that would help me massively!
thanks, Felix.

Border radius on Entry Xamarin Forms PCL

Is there a way to set a border radius on an Entry in Xamarin's XAML, or by using a custom renderer or something ?
Everything I've tried up to now has no effect, but for my application it would be really better if I had round borders.
Thank you in advance for your answer !
PS : I've checked this post but I've not found my answer there :)
I've posted this answer here too, but for convenience I'll just paste it below:
I'm not sure if there's something wrong with this approach or not, because it seems so simple but no one's suggesting it.
But I don't see why you can't just use a Frame with IsClippedToBounds set to true. That gives you a built-in corner radius, which you can then adjust as needed.
<Grid>
<Frame
CornerRadius ="20"
IsClippedToBounds="true">
<Editor />
</Frame>
</Grid>
I'm currently using this solution and it works for me.
I think you can use a grid with 1 row and 1 column
Inside the grid you can add your Entry and, for example, this control, in the same (the only) cell. You should have an Entry with rounded corners...
This is another useful control (XFShape). Create shapes content views from shared code for your mobile apps! For Android and iOS.

Stimulsoft "tube" element with special values

Can anybody help me to understand, which of component I can use for my task?
Before charts I need to draw a "tube", which can display "danger zones". These zones mapped to second chart red points. What kind of stimulsoft element i need to use?
Thanks.
You could try top add Strips to the chart.

How would you create stackable rectangles in Xamarin C# for iOS?

I have a UIView that I want to fill with multiple rectangles stacked on top of each other horizontally at 100% width. They all need to have their own name and need to work for any iOS device regardless of size.
Here's a simple diagram showing what I would like to accomplish:
With Xamarin.Forms, this is achieved by using a StackLayout.
http://iosapi.xamarin.com/?link=T%3aXamarin.Forms.StackLayout
I find it difficult to control the exact sizes of StackLayouts if you're not sure of the size of your content.
If i need something to stay fixed size, i use Grids:
http://iosapi.xamarin.com/?link=T%3aXamarin.Forms.Grid
I would recommend XibFree for this:
http://www.toptensoftware.com/xibfree/
They have a few great examples which covers these case as well:
http://www.toptensoftware.com/xibfree/example_2
http://www.toptensoftware.com/xibfree/example_1
If you would need any more help with XibFree feel free to ask anything in comment :)

ASP.NET Draw some points on Image and Get coordination

I'm a beginner of C#/ASP.NET
Could you please recommend some components for me?
-Here is my scenario.
Load an image file on page.
Add some points(just circle shape) on the image.
Move these points on image.
Get coordination(x, y) of points.
Store the coordination to database.
which component is appropriate for this web page?
It doen't matter using standard asp.net component or devexpress component.
I really appreciate your help.
Take a look at the HTML 5 Canvas drawImage + getMousePos
I used jquery draggable object to implement this.
Here is the link about draggable object.
http://gabrieleromanato.name/jquery-getting-the-coordinates-of-a-draggable-object/

Categories

Resources