With the Q1 2011 the RadTileView will support a couple of new features. One of them is the Windows 7 like docking for maximizing an item. To use this feature will be easy and intuitive. The first thing you'll have to do is turn it on using the IsDockingEnabled property, then drag an item to the desired maximize position(note that depending on the position a respective MaximizeArea will appear) and drop it there. Example Here I'll show you how to create a simple RadTileView with docking. First let's add a RadTileView, some DataTemplates and styles for the RadTileView and the RadTileViewItems: <Grid.Resources> <DataTemplate x:Key="itemTemplate"> <StackPanel Orientation="Horizontal"> <TextBlock Text="Item" /> <TextBlock Text="{Binding...
With the Q1 2011
release just being around the corner a new and amazing version of RadTileView will be available. It is sleek, fast and more responsive than ever and it brings a whole set of new features and functionality to the table.
Download and play with the new bits
.
Virtualization
The main feature, that I’m sure you’d like most is the UI Virtualization
(delaying the creation of UI Elements). We implemented it in both tiling scenarios:
Restored
– this includes both directions -
Horizontal
and
Vertical
. It means that if you have 10 columns x 1000 rows you'll get 10 000 tiles and you’ll see both scrollbars....
Download the source code of the example Last week we released our first beta of the Telerik Windows Phone 7 control toolkit. One of the new controls there is RadJumpList. It is a fundamental control for building data driven WP7 applications. We invested a lot into our data engine story - we have our own internal CollectionViewSource implementation which allows you to sort, filter and group your data with a single line of code (more on the data engine in this in-depth blog post). Apart from the data engine we also built a high performance ListBox control. RadDataBoundListBox is a virtualized ListBox control which has two major features: can display...
One of the most useful controls in Windows Phone 7 is the so called “JumpList” and its popup “Quick Jump Grid” UI – that is, according to the official Microsoft design guidelines, a “Way to help the user to scroll through long lists”. The First Look example of RadJumpList in our demo application Much like in Windows 7, the “quick jump grid” user experience enables you with fast navigation to a desired location within the associated list of items. In order to populate the jump grid with items, the underlying list should be grouped by some criteria. So, how do we...
This could have been a blog post about the (almost) 9 year anniversary of .NET but the title is just a play of words. As pictures are worth a thousand words, I'll let the screenshots do the talking about a really cool feature that will ship in JustCode very soon. The “Decompile” command is available inside metadata .cs files and you can run it both for members: (the above command does this) and for entire types:
Want to learn more? Keep an eye on the Telerik blogs and our Twitter feed in the upcoming weeks. We will be posting a lot of information. We will also offer FREE licenses...
Last week we officially published our first Beta release of the Rad Controls for Windows Phone 7. One of the major new components in this Beta release is our first data visualization entry - RadGauge. You can read more info about RadGauge in the announcement blog post. What we did right after the beta release is to make sure that RadGauge can be seen online - hosted in-browser. As you know the WP7 platform is based on the Silverlight 3 framework and this means that with very little changes we can show our WP7 controls hosted inside the browser. This is what we did -...
Since Q1 2011 several changes were made to the RadMap improving it's functuonality - multiple providers added, support for culture settings to the map sources, own set of commands shown in every provider's CommandBar and etc. The RadMap provider architecture implemented in Q1 2011 release became not backwards-compatible with previous versions of the control. For RadMap's Custom Provider version 2011 Q1 and later, please refer to this blog post. Currently the RadMap control supports a few providers: · Bing Maps · OpenStreet Maps (also described in Vesselin’s blogpost) · Empty Provider This blogpost will demonstrate how to create a custom map provider. For the purposes of this example will create a provider for NAVTEQ. The...
All of you that have been following my blog series about our automated approach for WP7 unit test execution may have noticed that the last couple of weeks I did not manage to publish since I mainly focused on the preparations around our upcoming Beta 1 release. Although a bit late, this blog comes together with a very solid and exciting version of RadControls for Windows Phone 7 that will bring to you a bunch of new controls and tools to play with so keep in touch to see what’s under the hood. With this blog I am going to introduce...
The first beta release for our Windows Phone controls is here and along with the jump-list, super-fast list box, data engine and the mandatory controls polish we also managed to squeeze in some completely new gauge components. The gauges for windows phone more closely resemble a miniature library of classes rather than single reusable components because there are so many properties to tweak. It makes no sense to try and encapsulate all of this flexibility in a single object with some properties. During the design-phase of the gauges a few questions popped up the most important of which is, of course, what exactly...
If you’ve started Windows Phone 7 application development already, or have an idea about an application you want to build, you also have a great chance to win a free license for RadControls for Windows Phone.
All you need to do is: be among the first 500 people to download the brand new Beta release of RadControls submit your application featuring any of RadControls for Windows Phone to the Marketplace until 10th of May and send us the link at windowsphoneapps[at]telerik[dot]com We will also be glad to help you increase exposure for your app. Check out our brand new Showcase section, where we add...